批改状态:合格
老师批语:很认真, 链接元素在实际工作中, 可能并不能用到这么多的功能
<a href=""></a>
<a href="https://www.baidu.com" target="_self">百度</a>
点击“百度”,将跳转到href属性链接的页面,页面打开方式由targer属性确定,常用属性值有_self在本窗口打开,_blank在新窗口打开。
<a herf="http://127.0.0.1/123.txt" download="123.txt">点击下载</a>
点击“点击下载”,将下载http://127.0.0.1/123.txt,download属性对firefox和chrome生效。其他浏览器对
<a herf="mailto:123456@qq.com">发送邮件</a>
<a herf="tel:18888888888">拨打电话</a>
<p ID="maodian">跳转到这里</p>herf属性设置成需要跳转到的位置的元素的ID值<a herf="#maodian">点击这里会跳转</a>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号