Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


Share this Page URL
Help

HTML/XHTML Tags - Pg. 165

HTML / XHTML Tags 165 HTML / XHTML Tags DTD (Document Type Definition) indicates in which HTML 4.01 / XHTML 1.0 type (S = Strict; T=Transitional) the tag is allowed. This is an abridged list of tags; a complete list can be found at www. w3schools.com/tags/default.asp. `Deprecated' means that the tag is still allowed, for now, to take care of older websites, but is likely to be withdrawn in the future and should not be used for new websites. Tag <!--...--> <!DOCTYPE> <a> <b> <blockquote> <body> <br /> <caption> <center> <cite> <col /> <colgroup> <dd> <div> <dl> <dt> <em> <fieldset> <font> <form> <h1> to <h6> <head> <hr /> <html> <i> <img /> <kbd> <li> <link /> <map> <menu> <meta /> <noframes> <noscript> <object> <ol> <p> <param /> <pre> <q> <s> <script> <select> <small> <span> <strike> <strong> <style> <sub> <sup> <table> <tbody> <td> <tfoot> <th> <thead> <title> <tr> <tt> <u> <ul> Description Defines a comment Defines the document type Defines an anchor Defines bold text Defines a long quotation Defines a document's body Defines a single line break Defines a table caption Deprecated. Defines centred text Defines a citation Defines attribute values for one or more columns in a table Defines a group of columns in a table for formatting Defines a description of a term in a definition list Defines a section (division) in a document Defines a definition list Defines a term (item) in a definition list Defines emphasized text Defines a border around elements in a form Deprecated. Defines font, colour and size for text Defines an HTML form for user input Defines HTML headings Defines information about the document Defines a horizontal line Defines an HTML document Defines italic text Defines an image Defines keyboard text Defines a list item Defines the relationship between a document and an external resource Defines an image-map Deprecated. Defines a menu list Defines metadata about an HTML document Defines an alternate content for users that do not support frames Defines an alternate content for users that do not support client-side scripts Defines an embedded object Defines an ordered list Defines a paragraph Defines a parameter for an object Defines preformatted text Defines a short quotation Deprecated. Defines strikethrough text Defines a client-side script Defines a select list (drop-down list) Defines small text Defines a localised section in a document Deprecated. Defines strikethrough text DTD ST ST ST ST ST ST ST ST T ST ST ST ST ST ST ST ST ST T ST ST ST ST ST ST ST ST ST ST ST T ST T ST ST ST ST ST ST ST T ST ST ST ST T Defines strong text Defines style information for a document Defines subscripted text Defines superscripted text Defines a table* Groups the body content in a table Defines a cell in a table Groups the footer content in a table Defines a header cell in a table Groups the header content in a table Defines the title of a document Defines a row in a table Defines teletype text Deprecated. Defines underlined text Defines an unordered list ST ST ST ST ST ST ST ST ST ST ST ST ST T ST * Table tags should now only be used for tabular matter, not for layout.