acronym 標記 定義 an acronym. applet 標記 定義 an embedded applet. basefont tag specifies a default font-color, font-size, or font-family for all the text in a document. big tag is used to format the text one size bigger, and can be in relation to your font or basefont size, if you ve specified either one. center tag is used to center text. dir tag is used to list directory titles. font tag specifies the font face, font size, and font color of text. frame 標記 定義 one particular window (frame) within a frameset. frameset 標記 定義 a frameset. The frameset element holds two or more frame elements. Each frame element holds a separate document. s and strike tags define strikethrough text. tt tag is used for typetype text, or fixed-width typewriter-type font. Other than the different type style, it has normal font characteristics u tag is used to underline text. 這些標記基本上都沒有什么用處了(也許你會覺得有幾個標記和HTML5里的新標記有些相似)。其中一些我們在早期的舊版的瀏覽器里使用過,但如今已經失去其作用,而另一些標記的功能已經被CSS功能所取代了(例如設置字體和文本樣式的標記)。
關于 DIV 標記的重要問題 使用新標記替換掉 div 標記是HTML5在語義方面的主要成就。這 div 標記是HTML4里是一個重要的(現在仍是)的標記,在HTML里被廣泛使用,但是它所表達的語義太弱,在聲明網頁組織結構里不同的區塊的任務面前它毫無用武之地。新的HTML5標記 例如 article , aside , nav , figure , header , footer 會更有用和更方便,這些標記能夠讓你指明網頁不同區域的用途,清楚的顯示網站的結構。這意味著即使你是個新手或中等的程序員,僅依據HTML代碼就能清楚的了解整個頁面的結構 更值得一提的是搜索引擎將會因為能如此方便的解析頁面的結構而會高興的發狂的。