You are on page 1of 2

If youre designing Web sites, youre going to use HTML and/or XHTML after all, you need to use

e some type of language so that your Web sites can communicate, right? The table here gives you HTML/XHTML tags and tells you what each does. Tag <!--...--> <!DOCTYPE> <a> <b> <blockquote> <body> <br> <caption> <cite> <code> <div> <em> <font> <form> <frame> <frameset> <h1> to <h6> <head> <hr> <html> <i> <iframe> <img> <input> <label> <li> <link> <map> <meta> <noframes> <noscript> <ol> <p> <pre> <script> <select> Description Defines a comment Defines the document type Defines an anchor Defines bold text, though <strong> is better Defines a long quotation Defines the body element Inserts a single line break Defines a table caption Defines a citation Defines computer code text Defines a section in a document Defines emphasized text Deprecated. Defines text font, size, and color Defines a form Defines a frame within a frameset Defines a set of frames Defines header 1 to header 6 Defines information about the document Defines a horizontal rule Defines an HTML document Defines italic text, though <em> is better Defines an inline subwindow (frame) Defines an image Defines an input field Defines a label for a form control Defines a list item Defines a resource reference Defines an image map Defines meta information Defines a noframe section Defines a noscript section Defines an ordered list Defines a paragraph Defines preformatted text Defines a script Defines a selectable list

<span> <strong> <style> <sub> <sup> <table> <td> <textarea> <th> <title> <tr> <ul>

Defines a section in a document Defines strong text Defines a style definition Defines subscripted text Defines superscripted text Defines a table Defines a table cell Defines a text area Defines a table header Defines the document title Defines a table row Defines an unordered list

You might also like