
批改狀態(tài):合格
老師批語:你的作業(yè), 排版有點(diǎn)問題呀, 不過, 寫得很認(rèn)真
一、html語義標(biāo)簽:
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>1號標(biāo)題</h1>
……………………
<h6>6號標(biāo)題</h6>
<header>頁眉</header>
<nav>導(dǎo)航</nav>
<main>主題部分</main>
<article>文檔內(nèi)容<br>
<p>文檔內(nèi)容</p>
<span>文字內(nèi)容12345<abbr>123</abbr>66</span>
</article>
<aside>側(cè)邊欄信息</aside>
<section>廣告位</section>
<div>
2<sub>3</sub>
2<sup>2</sup>
<s>加下劃線</s>通用容器
<b>加粗</b>
<i>斜體</i>
<mark>高亮</mark>
<q>引用標(biāo)事</q>
</div>
<footer>頁腳</footer>
</body>
</html>
二、列表內(nèi)容:
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>
四、內(nèi)鏈框架:
<a href="www.zhongyequan.com" target="zhongyequan">種業(yè)圈</a>
<iframe src="" name="zhongyequan" weight=500>
</iframe>
一、html語義標(biāo)簽:
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>1號標(biāo)題</h1>
……………………
<h6>6號標(biāo)題</h6>
<header>頁眉</header>
<nav>導(dǎo)航</nav>
<main>主題部分</main>
<article>文檔內(nèi)容<br>
<p>文檔內(nèi)容</p>
<span>文字內(nèi)容12345<abbr>123</abbr>66</span>
</article>
<aside>側(cè)邊欄信息</aside>
<section>廣告位</section>
<div>
2<sub>3</sub>
2<sup>2</sup>
<s>加下劃線</s>通用容器
<b>加粗</b>
<i>斜體</i>
<mark>高亮</mark>
<q>引用標(biāo)事</q>
</div>
<footer>頁腳</footer>
</body>
</html>
二、列表內(nèi)容:
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>
四、內(nèi)鏈框架:
<a href="www.zhongyequan.com" target="zhongyequan">種業(yè)圈</a>
<iframe src="" name="zhongyequan" weight=500>
</iframe>
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號