XHTML 1.0

Source: Internet
Author: User
Tags format define object definition header reference version window
XHTML is arranged by function
NN: Indicates which early Netscape version supports this label
IE: Indicates which early Internet Explorer version supports this label
DTD: A definition that indicates what level of XHTML 1.0 DTD is compliant. S=strict (Strict), t=transitional (Transition), and f=frameset (frame)
Start label use (Purpose) NN IE DTD

Basic label
<! Doctype>? Document type (defines) STF
<body> Body Elements (defines the BODY Element) 3.0 3.0 STF
<p> paragraph (defines a paragraph) 3.0 3.0 STF
<br/> NewLine (Inserts a single row break) 3.0 3.0 STF
<!--...--> Notes (defines a comment) 3.0 3.0 STF

Char Format
<b> Bold text (defines bold-text) 3.0 3.0 STF
<font> text appearance, size and color (defines the font face, size, and color of text) 3.0 3.0 TF
<i> text is italic (defines italic text) 3.0 3.0 STF
<em> text is important (defines emphasized text)? 3.0 3.0 STF
<big> text enlargement (defines big text) 3.0 3.0 STF
<strong> text is very important (defines strong text) 3.0 3.0 STF
<small> text Shrink (defines small text) 3.0 3.0 STF
<sup> text superscript (defines superscripted text) 3.0 3.0 STF
<sub> text subscript (defines subscripted text) 3.0 3.0 STF
<bdo>??? (defines the direction of text display) 6.2 5.0 STF
<u> text underline (defines underlined text) 3.0 3.0 TF

Output
<pre> Pre-format (keep the size of the file Hollow) (defines preformatted text) 3.0 3.0 STF
<code> Code (display source code) (defines computer code text) 3.0 3.0 STF
<tt> Printer Font (defines teletype text) 3.0 3.0 STF
<kbd> keyboard (defines keyboard text) 3.0 3.0 STF
<dfn> definition (defines?a definition term)? 3.0 STF
<var> variables (defines a variable) 3.0 3.0 STF
<samp> sample (defines sample computer code) 3.0 3.0 STF
<xmp> is not in favor of use, use <pre> instead (deprecated. Defines preformatted text. Use <pre> instead) 3.0 3.0

Structural definition
<acronym> initials ACRONYM (defines an acronym) 6.2 4.0 STF
<abbr> abbreviation (defines an abbreviation) 6.2? STF
<address> address (defines a addressing element) 4.0 4.0 STF
<blockquote> Citation block (defines an long quotation) 3.0 3.0 STF
<center> align (defines centered text) 3.0 3.0 TF
<q> Reference Phrase (defines a short quotation) 6.2 4.0 STF
<cite> Citation (defines a citation) 3.0 3.0 STF
<ins> Insert (defines inserted text) 6.2 4.0 STF
<del> Delete (defines deleted text) 6.2 4.0 STF
<s> Strikethrough (defines strikethrough text) 3.0 3.0 TF
<strike> Strikethrough (defines strikethrough text) 3.0 3.0 TF

Link
<a> links (defines an anchor) 3.0 3.0 STF
<link> Resources reference?? (defines a resource reference) 4.0 3.0 STF

Framework
<frame> Define individual frames (defines a sub window (a frame)) 3.0 3.0 F
<frameset> view box Format General definition (defines a set of frames) 3.0 3.0 F
<noframes> ignoring the contents of the box (defines a noframe section) 3.0 3.0 TF
<iframe> Define embedded view (defines an inline sub window (frame)) 6.0 4.0 TF

Input
<form> Define the form (defines a form) 3.0 3.0 STF
<input/> Definition input field (defines an input field) 3.0 3.0 STF
<textarea> input Area Line wrapping mode (defines a text region) 3.0 3.0 STF
<button> button (defines a push button) 6.2 4.0 STF
<select> Pull-down Menu (defines a selectable list) 3.0 3.0 STF
<optgroup> option group (defines an option) 6.0 6.0 STF
<option> list option (defines an item in a list box) 3.0 3.0 STF
<label> tags (for form control?) ) (defines a label?for a form control)
6.2 4.0 STF
<fieldset> domain (defines a fieldset) 6.2 4.0 STF
<legend> Field title (defines a title in a fieldset) 6.2 4.0 STF
<isindex> Not recommended (searchable, using input instead) (deprecated. Defines a single-line input field. Use <input> instead) 3.0 3.0 TF

List
<ul> No-order enumeration (defines an unordered list) 3.0 3.0 STF
<ol> Sequential Enumeration (defines an ordered list) 3.0 3.0 STF
<li> each item list (defines a list item) 3.0 3.0 STF
<dir> Directory Enumeration (defines a directory list) 3.0 3.0 TF
<dl> definition list (defines a definition list) 3.0 3.0 STF
<dt> Definition project (defines a definition Term) 3.0 3.0 STF
<dd> Definition Note (defines a definition Description) 3.0 3.0 STF
<menu> Menu Listing (defines a menu list) 3.0 3.0 TF

Image
Picture (defines an image) 3.0 3.0 STF
<map> Picture Maps (defines an image map)? 3.0 3.0 STF
<area/> Picture hotspot (defines of inside an image map) 3.0 3.0 STF

Form
<table> table (defines a table) 3.0 3.0 STF
<caption> table header (defines a table caption) 3.0 3.0 STF
<th> table title (defines a table header) 3.0 3.0 STF
<tr> line (defines a table row) 3.0 3.0 STF
<td> cell (column) (defines a table cell) 3.0 3.0 STF
<thead> Define table headers (defines a table header) 4.0 STF
<tbody> Define Table body (defines a table bodies) 4.0 STF
<tfoot> Define Table foot (defines a table footer) 4.0 STF
<col> Define unique features (Defines attributes for table columns)? 3.0 STF
<colgroup> Define feature collection (defines groups of table columns) 3.0 STF

Style
<style> style definition (defines a style definition) 4.0 3.0 STF
<div> define an area in the document (defines a section in a document) 3.0 3.0 STF
<span> define an area in the document (defines a section in a document) 4.0 3.0 STF

Header information
<title> Define document title (defines the documents title) 3.0 3.0 STF
<meta> Definition background information (defines meta information) 3.0 3.0 STF
<base/> The Datum of all links in the base document (defines a base URL for all link in a page) 3.0 3.0 STF
<basefont/> Defines the base font (defines a base font) 3.0 3.0 TF

scripts, referencing external objects related
<script> definition Script (defines a script) 3.0 3.0 STF
<noscript> define a script-free display area (defines a noscript section) 3.0 3.0 STF
<applet> Definition Java Program (defines an applet) 2.0 3.0 TF
<object> Define inline objects (defines an embedded object)? 3.0 STF
<param> Define object parameters (defines a parameter for an object) 3.0 3.0 STF from: Dynamic Web Production Guide www.knowsky.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.