<dfn>
CODE: <p><dfn title="Microsoft web browser">Internet Explorer</dfn> is the most popular browser used underwater.</p>
<ins>, <del>
知道del,就不要再用<s>做刪除線了,用del顯然更具有語義化。而且del還帶有cite和datetime來表明刪除的原因以及刪除的時(shí)間。ins是表示插入,也有這樣的屬性。 例如:
CODE: <p>It really was <ins cite="rarara.html" datetime="20031024">very</ins> good.</p> <code>
表示是計(jì)算機(jī)代碼。而默認(rèn)樣式為打字體。技術(shù)論壇和blog中經(jīng)常遇到。 例如:
CODE: <code>p{margin:2px 0;}</code>
<abbr>、<acronym>
<abbr>標(biāo)簽是表示web頁面上的簡(jiǎn)稱,<acronym>標(biāo)簽為取首字母縮寫。(注:這里把簡(jiǎn)稱和縮寫分開而論,簡(jiǎn)稱范圍比縮寫大,取首字母的縮 寫用<acronym>標(biāo)簽)Windows的IE6.0以下的瀏覽器暫不支持<abbr>標(biāo)簽。 在IE里,你可以應(yīng)用CSS給<acronym>但是不能應(yīng)用給<abbr>標(biāo)簽, IE會(huì)為<acronym>標(biāo)簽的title屬性顯示提示,但是會(huì)忽略<abbr>標(biāo)簽。 解決方法見: http://www.w3cn.org/article/translate/2005/115.html 例如:
CODE: <abbr title="Cascading Style Sheets">CSS</abbr>
CODE: <acronym title="Cascading Style Sheets">CSS</acronym >
alt屬性和title屬性
title屬性用來為元素提供額外說明信息title屬性可以用在除了base,basefont,head,html,meta,param,script和title之外的所有標(biāo)簽。但是并不是必須的。 alt屬性為不能顯示圖像、窗體或applets的用戶代理(UA),指定替換文字。替換文字的語言由lang屬性指定。
CODE: <img src="/img/common/logo.gif" width="90" height="27" alt="bluediea.com">
CODE: <a title="js獲取單選按鈕的數(shù)據(jù)">js獲取單選按鈕的數(shù)據(jù)</a>
參考資料:
默認(rèn)樣式: http://www.w3cn.org/article/tips/2005/116.html http://www.w3.org/TR/CSS21/sample.html 語義化: http://www.456bereastreet.com/lab/developing_with_web_standards/zh http://www.456bereastreet.com/lab/developing_with_web_standards http://www.w3cn.org/article/translate/2005/114.html http://www.w3cn.org/article/translate/2005/114.html http://www.junchenwu.com/2005/11/html_tags.html http://brainstormsandraves.com/articles/semantics/structure/ http://www.w3.org/TR/html401/struct/text.htm http://www.simplebits.com/bits/simplequiz/
資源鏈接:
Bad Tags: http://www.htmldog.com/guides/htmlintermediate/badtags/ The Q tag http://diveintomark.org/archives/2002/05/04/the_q_tag HTML, XHTML, semantics and the future of the web http://www.westciv.com/style_master/house/good_oil/xhtml/index.html
經(jīng)典論壇討論: http://bbs.blueidea.com/thread-2658231-1-1.html
出處:藍(lán)色理想
責(zé)任編輯:moby
上一頁 語義化你的HTML標(biāo)簽和屬性 [3] 下一頁
◎進(jìn)入論壇網(wǎng)站綜合、網(wǎng)頁制作版塊參加討論
|