XHTML 1.0 參考_HTML/Xhtml_網頁製作

WBOY
發布: 2016-05-16 16:45:21
原創
1479 人瀏覽過

按功能排列 NN: 顯示哪個早期Netscape版本支援這個標籤 IE: 顯示哪個早期Internet Explorer版本支援這個標籤 DTD: 顯示符合XHTML 1.0 DTD 何等級的定義 . S=Strict(嚴格), T=Transitional(過渡), and F=Frameset(框架)

開始標籤 用途(Purpose) NN IE DTD 基本標籤 ? 文檔類型(Defines the document type) STF html文檔(Defines a html document) 3.0 3.0 STF body元素(Defines the body element) 3.0 3.0 STF

to

標題1 -- 標題6(Defines header 1 to header 6) 3.0 3.0 STF

段落(Defines a paragraph) 3.0 3.0 STF
換行(Inserts a single line break) 3.0 3.0 STF


水平線(Defines a horizo​​ntal rule) 3.0 3.0 STF 註釋(Defines a comment) 3.0 3.0 STF Char Format 粗體文字(Defines bold text) 3.0 3.0 STF 文字的外觀,大小和顏色(Defines the font face, size, and color of text) 3.0 3.0 TF 文字為斜體(Defines italic text) 3.0 3.0 STF 文本為重要(Defines emphasized text)? 3.0 3.0 STF 文字增大(Defines big text) 3.0 3.0 STF 文本為非常重要(Defines strong text) 3.0 3.0 STF 文字縮小(Defines small text) 3.0 3.0 STF 文字上標(Defines superscripted text) 3.0 3.0 STF 文字下標(Defines subscripted text) 3.0 3.0 STF ? ? ?(Defines the direction of text display) 6.2 5.0 STF 文字底線(Defines underlined text) 3.0 3.0 TF 輸出

            預先格式(保留檔案中空格的大小)(Defines preformatted text)

            3.0

            3.0

            STF

        

        

            <code>

            碼(顯示來源碼用)(Defines computer code text)

            3.0

            3.0

            STF

        

        

            <tt>

            印表機字體(Defines teletype text)

            3.0

            3.0

            STF

        

        

            <kbd>

            鍵盤(Defines keyboard text)

            3.0

            3.0

            STF

        

        

            <dfn>

            定義(Defines?a definition term)

            ?

            3.0

            STF

        

        

            <var>

            變數(Defines a variable)

            3.0

            3.0

            STF

        

        

            <samp>

            樣本(Defines sample computer code)

            3.0

            3.0

            STF

        

        

            <xmp>

            <span class="red">不贊成使用,使用<pre class="brush:php;toolbar:false">代替(Deprecated.
登入後複製
Defines preformatted text. Use
 instead)

            3.0

            3.0

            

        

        

            

            

            

            

            

        

        

            <strong>結構性定義</strong>

            

            

            

            

        

        

            <acronym>

            只取首字母的縮寫(Defines an acronym)

            6.2

            4.0

            STF

        

        

            <abbr>

            縮寫(Defines an abbreviation)

            6.2

            ?

            STF

        

        

            <address>

            地址(Defines an address element)

            4.0

            4.0

            STF

        

        

            <blockquote>

            引文區塊(Defines an long quotation)

            3.0

            3.0

            STF

        

        

            <center>

            句中對齊(Defines centered text)

            3.0

            3.0

            TF

        

        

            <q>

            引用短語(Defines a short quotation)

            6.2

            4.0

            STF

        

        

            <cite>

            引文(Defines a citation)

            3.0

            3.0

            STF

        

        

            <ins>

            插入(Defines inserted text)

            6.2

            4.0

            STF

        

        

            <del>

            刪除(Defines deleted text)

            6.2

            4.0

            STF

        

        

            <s>

            刪除線(Defines strikethrough text)

            3.0

            3.0

            TF

        

        

            <strike>

            刪除線(Defines strikethrough text)

            3.0

            3.0

            TF

        

        

            

            

            

            

            

        

        

            <strong>連結</strong>

            

            

            

            

        

        

            <a>

            連結(Defines an anchor)

            3.0

            3.0

            STF

        

        

            <link>

            資源參考? ?(Defines a resource reference)

            4.0

            3.0

            STF

        

        

            

            

            

            

            

        

        

            <strong>框架</strong>

            

            

            

            

        

        

            <frame>

            定義個別視框(Defines a sub window (a frame))

            3.0

            3.0

            F

        

        

            <frameset>

            視框格式總定義(Defines a set of frames)

            3.0

            3.0

            F

        

        

            <noframes>

            無視框框時的內容(Defines a noframe section)

            3.0

            3.0

            TF

        

        

            <iframe>

            定義嵌入視圖(Defines an inline sub window (frame))

            6.0

            4.0

            TF

        

        

            

            

            

            

            

        

        

            <strong>輸入</strong>

            

            

            

            

        

        

            <form>

            定義表單(Defines a form)

            3.0

            3.0

            STF

        

        

            <input>

            定義輸入域(Defines an input field)

            3.0

            3.0

            STF

        

        

            <textarea>

            輸入區換行方式(Defines a text area)

            3.0

            3.0

            STF

        

        

            <button>

            按鈕(Defines a push button)

            6.2

            4.0

            STF

        

        

            <select>

            下拉式選單(Defines a selectable list)

            3.0

            3.0

            STF

        

        

            <optgroup>

            選項組(Defines an option group)

            6.0

            6.0

            STF

        

        

            <option>

            清單選項(Defines an item in a list box)

            3.0

            3.0

            STF

        

        

            <label>

            

            <br>標籤(用於表單控制?)(Defines a label?for a form control)

            

            6.2

            4.0

            STF

        

        

            <fieldset>

            域(Defines a fieldset)

            6.2

            4.0

            STF

        

        

            <legend>

            域標題(Defines a title in a fieldset)

            6.2

            4.0

            STF

        

        

            <isindex>

            <span class="red">不建議使用(可搜尋,使用input代替)(Deprecated.</span> Defines a single-line input field. Use <input> instead)

            3.0

            3.0

            TF

        

        

            

            

            

            

            

        

        

            <strong>列舉</strong>

            

            

            

            

        

        

            <ul>

            無序列式列舉(Defines an unordered list)

            3.0

            3.0

            STF

        

        

            </ul>
<ol>

            有次序式列舉(Defines an ordered list)

            3.0

            3.0

            STF

        

        

            <li>

            每条项目列表(Defines a list item)

            3.0

            3.0

            STF

        

        

            <dir>

            目录式列举(Defines a directory list)

            3.0

            3.0

            TF

        

        

            </dir>
<dl>

            定义式列举(Defines a definition list)

            3.0

            3.0

            STF

        

        

            <dt>

            定义项目(Defines a definition term)

            3.0

            3.0

            STF

        

        

            </dt>
<dd>

            定义说明(Defines a definition description)

            3.0

            3.0

            STF

        

        

            <menu>

            菜单列表(Defines a menu list)

            3.0

            3.0

            TF

        

        

            

            

            

            

            

        

        

            <strong>图片</strong>

            

            

            

            

        

        

            <img  alt="XHTML 1.0 參考_HTML/Xhtml_網頁製作" >

            图片(Defines an image)

            3.0

            3.0

            STF

        

        

            <map>

            图片地图(Defines an image map)?

            3.0

            3.0

            STF

        

        

            <area>

            图片热点(Defines an area inside an image map)

            3.0

            3.0

            STF

        

        

            

            

            

            

            

        

        

            <strong>表格</strong>

            

            

            

            

        

        

            <table>

            表格(Defines a table)

            3.0

            3.0

            STF

        

        

            <caption>

            表格抬头(Defines a table caption)

            3.0

            3.0

            STF

        

        

            <th>

            表格标题(Defines a table header)

            3.0

            3.0

            STF

        

        

            </th>
</caption>
<tr>

            行(Defines a table row)

            3.0

            3.0

            STF

        

        

            <td>

            单元格(列)(Defines a table cell)

            3.0

            3.0

            STF

        

        

            <thead>

            定义表格头(Defines a table header)

            

            4.0

            STF

        

        

            </thead>
</td>
</tr>
<tbody>

            定义表格主体(Defines a table body)

            

            4.0

            STF

        

        

            </tbody>
<tfoot>

            定义表格脚(Defines a table footer)

            

            4.0

            STF

        

        

            <col>

            定义特有特征(Defines attributes for table columns)?

            

            3.0

            STF

        

        

            <colgroup>

            定义特征集合(Defines groups of table columns)

            

            3.0

            STF

        

        

            

            

            

            

            

        

        

            <strong>样式</strong>

            

            

            

            

        

        

            <style>

            样式定义(Defines a style definition)

            4.0

            3.0

            STF

        

        

            <div>

            在文档中定义一个区域(Defines a section in a document)

            3.0

            3.0

            STF

        

        

            <span>

            在文档中定义一个区域(Defines a section in a document)

            4.0

            3.0

            STF

        

        

            

            

            

            

            

        

        

            <strong>头信息<head>

            定語關於文件的資訊(Defines information about the document)

            3.0

            3.0

            STF

        

        

            <title>

            定義文件標題(Defines the document title)

            3.0

            3.0

            STF

        

        

            <meta>

            定義背景資訊(Defines meta information)

            3.0

            3.0

            STF

        

        

            <base />

            基本文件中所有連結的基準(Defines a base URL for all the links in a page)

            3.0

            3.0

            STF

        

        

            <basefont />

            定義基本字體(Defines a base font)

            3.0

            3.0

            TF

        

        

            

            

            

            

            

        

        

            <strong>腳本、引用外部物件相關

            

            

            

            

        

        

            <script>

            定義腳本(Defines a script)

            3.0

            3.0

            STF

        

        

            <noscript>

            定義無腳本的顯示區域(Defines a noscript section)

            3.0

            3.0

            STF

        

        

            <applet>

            定義java程式(Defines an applet)

            2.0

            3.0

            TF

        

        

            <object>

            定義內嵌物件(Defines an embedded object)

            ?

            3.0

            STF

        

        

            <param>

            定義物件的參數(Defines a parameter for an object)

            3.0

            3.0

            STF</style>
</colgroup>
</tfoot>
</table></map>
</menu>
</dd>
</dl>
</li>
</ol>
</legend>
</fieldset></label>
</option>
</optgroup></select></button></textarea>
</form></iframe>
</noframes>
</frameset></a></strike></s></del></ins></cite></q>
</center>
</blockquote>
</address></abbr></acronym>
登入後複製
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板