主頁
HTML
HTML 屬性
Tryit: 屬性錯誤
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h1>About W3Schools</h1> <p title=About W3Schools> You cannot omit quotes around an attribute value if the value contains spaces. </p> <p><b> If you move the mouse over the paragraph above, your browser will only display the first word from the title. </b></p> </body> </html>