首页
HTML
HTML 属性
尝试:HTML href 属性
运行 ❯
获取您自己的网站
×
更改方向
保存代码
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <h2>The href Attribute</h2> <p>HTML links are defined with the a tag. The link address is specified in the href attribute:</p> <a href="https://w3schools.org.cn">Visit W3Schools</a> </body> </html>