主页
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.org.cn/html/" title="Go to W3Schools HTML section">Visit our HTML Tutorial</a> </body> </html>