執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> /* Default CSS Values */ h5 { display: block; font-size: .83em; margin-top: 1.67em; margin-bottom: 1.67em; margin-left: 0; margin-right: 0; font-weight: bold; } </style> </head> <body> <p>An h5 element is displayed like this:</p> <h5>This is heading 5</h5> <p>A customized h5 element (changed font-weight):</p> <h5 style="font-weight:normal;">This is heading 5</h5> </body> </html>