</TABLE>
2.3 HTML 表格标记
2.3.2 表格应用举例
<table border="0" width="260" bgcolor="skyblue"> <tr> <th width="112" align="left">商品名称</th> <th width="72">单位</th> <th width="87" align="right">单价</th></tr> <tr> <td width="112">平板电视机</td> <td align="center" width="72">台</td> <td align="right" width="87">$12,699</td></tr> ……
<hr>
2.2 HTML 常用标记
2.2.4 文字格式标记
1.字体标记
<FONT size = 大小 face = 字体名称 color = 颜色> 文字 </FONT>
2.文字修饰标记 <b>、<i>、<u>
2.2.5 特殊字符标记
在HTML文档中, <、>、& 、空格等特殊字符需要 用特定字符串来表示。
</html>