標籤:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
</head>
<!--背景顏色-->
<body bgcolor="#00FF00">
<!--分段的-->
<p>This is a paragraph</p>
<p>This is a a a </p>
<!--改變樣式中間對齊-->
<h1 align="center">中間對齊</h1>
<!--表格邊框大小-->
<table border="10">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<hr/>
<!--粗體-->
<b>粗體</b>
<hr/>
<!--大字型大小-->
<big>大字型大小</big>
<hr/>
<!--著重字型-->
<em>著重字型</em>
<hr/>
<!--小號字元-->
<small>hahahah</small>
<hr/>
<!--加重語氣-->
<strong>基準集中於其</strong>
<hr/>
<!--定義下標字-->
<sub>有嗎?</sub>
<hr/>
<!--定義上標字-->
<sup>有嗎</sup>
<hr/>
<!--底線-->
<ins>fsdf<ins>
</body>
</html>
Html學習筆記(二)