批改状态:合格
老师批语:你的作业, 排版有点问题呀, 不过, 写得很认真
一、html语义标签:
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>1号标题</h1>
……………………
<h6>6号标题</h6>
<header>页眉</header>
<nav>导航</nav>
<main>主题部分</main>
<article>文档内容<br>
<p>文档内容</p>
<span>文字内容12345<abbr>123</abbr>66</span>
</article>
<aside>侧边栏信息</aside>
<section>广告位</section>
<div>
2<sub>3</sub>
2<sup>2</sup>
<s>加下划线</s>通用容器
<b>加粗</b>
<i>斜体</i>
<mark>高亮</mark>
<q>引用标事</q>
</div>
<footer>页脚</footer>
</body>
</html>
二、列表内容:
1、无序列表:
<ul><li>1</li><li>2</li><li>3</li></ul>
2、有序列表:
<ol><li>one</li><li>two</li><li>three</li></ol>
3、自定义列表:
<dl><dt>名词解释:</dt><dd>1、你好</dd><dd>2、不好</dd></dl>
三、表格:
<table border="2" cellpadding="10" cellspcing="0" align='left' bgcolor="red"><option>表格名称</option><theader><tr><th>1</th><th>2</th><th>3</th></tr></theader><tbody><tr><td>3</td><td>2</td><td>1</td></tr></tbody><tfooter><tr><td></td><td></td><td></td></tr></tfooter></table>
四、内链框架:
<a href="www.zhongyequan.com" target="zhongyequan">种业圈</a><iframe src="" name="zhongyequan" weight=500></iframe>

一、html语义标签:
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>1号标题</h1>
……………………
<h6>6号标题</h6>
<header>页眉</header>
<nav>导航</nav>
<main>主题部分</main>
<article>文档内容<br>
<p>文档内容</p>
<span>文字内容12345<abbr>123</abbr>66</span>
</article>
<aside>侧边栏信息</aside>
<section>广告位</section>
<div>
2<sub>3</sub>
2<sup>2</sup>
<s>加下划线</s>通用容器
<b>加粗</b>
<i>斜体</i>
<mark>高亮</mark>
<q>引用标事</q>
</div>
<footer>页脚</footer>
</body>
</html>
二、列表内容:
1、无序列表:
<ul><li>1</li><li>2</li><li>3</li></ul>
2、有序列表:
<ol><li>one</li><li>two</li><li>three</li></ol>
3、自定义列表:
<dl><dt>名词解释:</dt><dd>1、你好</dd><dd>2、不好</dd></dl>
三、表格:
<table border="2" cellpadding="10" cellspcing="0" align='left' bgcolor="red"><option>表格名称</option><theader><tr><th>1</th><th>2</th><th>3</th></tr></theader><tbody><tr><td>3</td><td>2</td><td>1</td></tr></tbody><tfooter><tr><td></td><td></td><td></td></tr></tfooter></table>
四、内链框架:
<a href="www.zhongyequan.com" target="zhongyequan">种业圈</a><iframe src="" name="zhongyequan" weight=500></iframe>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号