HTML
A reference table of all the HTML tags.
| <!– –> | HTML comment |
| <!DOCTYPE> | document type |
| <a> | anchor |
| <abbr> | abbreviation |
| <acronym> | acronym |
| <address> | contact information for the author/owner of a document |
| <applet> | deprecated. embedded applet |
| <area /> | area inside an image-map |
| <b> | bold text |
| <base /> | default address or a default target for all links on a page |
| <basefont /> | deprecated. a default font, color, or size for the text in a page |
| <bdo> | the text direction |
| <big> | big text |
| <blockquote> | long quotation |
| <body> | the document’s body |
| <br /> | single line break |
| <button> | push button |
| <caption> | table caption |
| <center> | deprecated. centered text |
| <cite> | citation |
| <code> | computer code text |
| <col /> | attribute values for one or more columns in a table |
| <colgroup> | group of columns in a table for formatting |
| <dd> | description of a term in a definition list |
| <del> | deleted text |
| <dfn> | definition term |
| <dir> | deprecated. a directory list |
| <div> | section in a document |
| <dl> | definition list |
| <dt> | a term (an item) in a definition list |
| <em> | emphasized text |
| <fieldset> | border around elements in a form |
| <font> | deprecated. font, color, and size for text |
| <form> | HTML form for user input |
| <frame /> | window (a frame) in a frameset |
| <frameset> | set of frames |
| <h1> to <h6> | HTML headings |
| <head> | information about the document |
| <hr /> | horizontal line |
| <html> | HTML document |
| <i> | italic text |
| <iframe> | inline frame |
| <img /> | image |
| <input /> | input control |
| <ins> | inserted text |
| <isindex> | deprecated. a searchable index related to a document |
| <kbd> | keyboard text |
| <label> | label for an input element |
| <legend> | caption for a fieldset element |
| <li> | list item |
| <link /> | the relationship between a document and an external resource |
| <map> | image-map |
| <menu> | deprecated. a menu list |
| <meta /> | metadata about an HTML document |
| <noframes> | alternate content for users that do not support frames |
| <noscript> | alternate content for users that do not support client-side scripts |
| <object> | embedded object |
| <ol> | ordered list |
| <optgroup> | group of related options in a select list |
| <option> | option in a select list |
| <p> | paragraph |
| <param /> | parameter for an object |
| <pre> | preformatted text |
| <q> | short quotation |
| <s> | deprecated. strikethrough text |
| <samp> | sample computer code |
| <script> | client-side script |
| <select> | select list (drop-down list) |
| <small> | small text |
| <span> | section in a document |
| <strike> | deprecated. strikethrough text |
| <strong> | strong text |
| <style> | style information for a document |
| <sub> | subscripted text |
| <sup> | superscripted text |
| <table> | a table |
| <tbody> | groups the body content in a table |
| <td> | cell in a table |
| <textarea> | multi-line text input control |
| <tfoot> | groups the footer content in a table |
| <th> | header cell in a table |
| <thead> | groups the header content in a table |
| <title> | the title of a document |
| <tr> | row in a table |
| <tt> | teletype text |
| <u> | deprecated. underlined text |
| <ul> | unordered list |
| <var> | variable part of a text |
| <xmp> | deprecated. preformatted text |