主頁
HTML
HTML 屬性
Tryit:HTML title 屬性
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2 title="I'm a header">The title Attribute</h2> <p title="I'm a tooltip">Mouse over this paragraph, to display the title attribute as a tooltip.</p> </body> </html>