批改状态:合格
老师批语:
<h1>一级标题</h1><h2>二级标题</h2><h3>三级标题</h3><h4>四级标题</h4><h5>五级标题</h5><h6>六级标题</h6><p>段落标签</p><p>段落标签</p><img src="11.png" alt="这是一张图片" height="200" />

<a href="http://www.baidu.com" target="_blank">11</a>
<a href="http://www.baidu.com" target="baidu">打开百度</a><br /><iframesrcdoc="<em>点击上面的打开百度</em>"name="baidu"width="600"></iframe>
1 在链接文本的href属性中,创建一个ID名,加#
2 在目标位置标签创建同样ID名,不加#
<a href="#footer"> 跳到底部</a><div id="footer" style="margin-top: 1000px">底部</div>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号