HTML REFERENCE
Alphabetical ordered Index
Elements, Meta, Headers and others
Elements, Meta, Headers and others
| Tag | Description | layout | Meta | Self-Closing |
|---|---|---|---|---|
<!-- --> | Comment | |||
<!DOCTYPE> | Document type | |||
| <a> | Anchor hyperlink | inline | ||
| <abbr> | Abbreviation or Acronym | inline | ||
| <acronym> | HTML5 Deprecated. Acronym. Use <abbr> | inline? | ||
| <address> | Contact information of author or owner of document | block | ||
| <applet> | HTML5 Deprecated. Embedded Applet. Use <embed> or <object>. | block | ||
| <area> | Area inside an image map | inline? | ||
| <article> | Article. | block | ||
| <aside> | Aside from a page content | block | ||
| <audio> | Embedded sound | block | ||
| <b> | Bold text | inline | ||
| <base> | Base URL | ?? | Self-Closing | |
| <basefont> | HTML5 Deprecated. Use css. Default color, size, font for all text in a document | ?? | Self-Closing | |
| <bdi> | bidrectional isolation of text | inline | ||
| <bdo> | Biderctional Override of text | inline | ||
| <big> | HTML5 Deprecated. Use CSS. Big text element | ? | ||
| <blockquote> | Block Quotation from other sources | block | ||
| <body> | Document's Body | block | ||
| <br> | Line Break | inline | Self-Closing | |
| <button> | Clickable Button | inline | ||
| <canvas> | Graphics Canvas for graphics using Javascript | block | ||
| <caption> | Table Caption | block | ||
| <center> | HTML5 Deprecated. Use CSS. Centered text | ? | ||
| <cite> | Citation. Title of a work | inline | ||
| <code> | Inline Program Code | inline | ||
| <col> | Column property within <colgroup> | inline | Self-Closing | |
| <colgroup> | Table formatting for group of columns | block | ||
| <data> | Machine readable translation | inline | ||
| <datalist> | Input values with predefined values | block | ||
| <dd> | Description value in Description list | inline | ||
| <del> | Deleted text from a document | inline | ||
| <details> | Additional details. Can be hidden or viewed | block | ||
| <dfn> | Definition within content | inline | ||
| <dialog> | Dialog box | block | ||
| <dir> | HTML5 Deprecated. Use <ul>. Directory list | ? | ||
| <div> | Section of a document | block | ||
| <dl> | Description List | block | ||
| <dt> | Description term in description list | ? | ||
| <em> | Emphasized. Italicised text. | inline | ||
| <embed> | Container for external application | block | Self-Closing | |
| <fencedframe> | Nested browsing context with privacy features | ? | ||
| <fieldset> | Related elements in a form | block | ||
| <figcaption> | Caption for a <figure> | block | ||
| <figure> | Self containted content | block | ||
| <font> | HTML5 Deprecated. Use CSS. Font,color,and size of text. | ? | ||
| <footer> | Footer of a doc or section | block | ||
| <form> | Form for user input | block | ||
| <frame> | HTML5 deprecated. Window in a frameset | ? | ||
| <frameset> | HTML5 deprecated. Set of Frames | ? | ||
| <h1> ... <h6> | Headings in a document | block | ||
| <head> | Metadata info of a document | block | Meta | |
| <header> | Header of a section or a document | block | ||
| <hgroup> | Header and related content | block | ||
| <hr> | Horizontal rule. Semantic: Change of theme of the document | ? | Self-Closing | |
| <html> | Root of the HTML document | block | Meta | |
| <i> | Italic. Change of voice or mood of the text | inline | ||
| <iframe> | Inline Frame | block | ||
| <img> | Image | inline | Self-Closing | |
| <input> | User input element | inline | Self-Closing | |
| <ins> | Text insereted into a document | inline | ||
| <kbd> | Keyboard input | inline | ||
| <label> | Label for an <input> | inline | ||
| <legend> | Caption for a <fieldset> | block | ||
| <li> | List item | ? | ||
| <link> | Connecting link or relationship of an external resource (stylesheets) | ? | Meta | |
| <main> | Main content of a document | block | ||
| <map> | Image map | block | ||
| <mark> | Marked. Highlighted text. | inline | ||
| <marquee> | scrolling area of text | ? | ||
| <menu> | Unordered List. Could be used to group nav menu items | ? | ||
| <meta> | Metadata about an HTML document | ? | Meta | |
| <meter> | Scalar measurement within a range | block | ||
| <nav> | Navigation links | block | ||
| <nobr> | No word wrap. | ? | ||
| <noembed> | Alternate content for unsupported embeded element | ? | ||
| <noframes> | HTML5 Deprecated. Alternate content for unsupported frames | block | ||
| <noscript> | Alternate content for non supporting client side scripts | block | Meta | |
| <object> | Container for external application | block | ||
| <ol> | Ordered List | block | ||
| <optgroup> | group of options in a drop-down list | block | ||
| <option> | an option in a drop-down list | ? | ||
| <output> | Calculation's result | inline | ||
| <p> | A Paragraph | block | ||
| <param> | Parameter for an object | ? | Self-Closing | |
| <picture> | Container for multi image resources | ? | ||
| <plaintext> | Render as raw text | ? | Self-Closing | |
| <pre> | Preformatted text | block | ||
| <progress> | Progress of a task | block | ||
| <q> | Quotation | inline | ||
| <rb> | Delimt Ruby annotation | ? | ||
| <rp> | Alternate for unspoorted ruby annotation | inline | ||
| <rt> | Pronunciation of characters | inline? | ||
| <rtc> | Semantic annotation in <rb> inside <ruby>. | inline | ||
| <ruby> | Ruby annotation | block | ||
| <s> | text is not correct anymore | inline | ||
| <samp> | Sample program output | inline | ||
| <script> | Client side script | ? | Meta | |
| <search> | Search section | inline | ||
| <section> | A section in a document | block | ||
| <select> | Drop-down list | block | ||
| <selectedcontent> | HTML inside <select>. | ? | ||
| <slot> | Web Component element. placeholder with user markup | inline | ||
| <small> | Smaller text | inline | ||
| <source> | Video or Audio. Multiple media resources | ? | Self-Closing | |
| <span> | An inline section within a document | inline | ||
| <strike> | HTML5 deprecated. Use <del> or <s>. Strikethrough text. | ? | ||
| <strong> | Bold. Semantic: Important text | inline | ||
| <style> | Style info for a document | ? | Meta | |
| <sub> | Subscripted text | inline | ||
| <summary> | Heading for <details> | block | ||
| <sup> | Superscript text | inline | ||
| <table> | Table structured element | block | ||
| <tbody> | table body | block | ||
| <td> | table cell | ? | ||
| <template> | Container with contents which hides on page loads | block | ||
| <textarea> | multiline input/td> | inline | ||
| <tfoot> | Table footer | block | ||
| <th> | Table header cell | ? | ||
| <thead> | Table header | block | ||
| <time> | Time or Datetime | inline | ||
| <title> | Title of the document | Meta | ||
| <tr> | Table row | ? | ||
| <track> | text tracks for media (video or audio) | ? | Self-Closing | |
| <tt> | HTML5 deprecated. Use CSS. Teletype text. | inline? | ||
| <u> | unarticulated text. Underlined. | inline | ||
| <ul> | Unordered list | block | ||
| <var> | Variable | inline | ||
| <video> | Embedded video | block | ||
| <wbr> | Possible line break | inline | ||
| <xmp> | HTML5 Deprecated. Use <pre> or <code>. Program code without interpretting as HTML element | ? |