主页
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>