Basic XHTML Rules
* 使用小寫標籤:
<p class="introduction">Paragraph text</p>
*使用雙引號:
<a href="calendar.php">
*外部鏈接使用http://開頭:
<a href="http://www.cnn.com/";>Latest news.</a>
* <br />,<img />等標籤關閉前加一空格。:
<img src="funnyface.jpg" alt="Me making a funny face." />
* 標籤要關閉:
<h1>Welcome to English 106</h1>
* 標籤嵌套要順序進行:
轉載請註明: 轉自船長日誌, 本文鏈接地址: http://www.cslog.cn/Content/XHTML_Quick_Reference/zh-hant/