主頁
HTML
HTML 連結
Tryit:HTML 連結標題
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
轉到 Spaces
<!DOCTYPE html> <html lang="en-US"> <body> <h2>Link Titles</h2> <p>The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.</p> <a href="https://w3schools.tw/html/" title="Go to W3Schools HTML section">Visit our HTML Tutorial</a> </body> </html>