| Element | Description |
|---|---|
| <address> | Address |
| <blockquote> | Block quotation |
| <center> | Centred block (DEPRECATED) |
| <dir> | Directory listing (DEPRECATED) |
| <div> | Generic block-level container |
| <dl> | Definition list |
| <fieldset> | Form field grouping container |
| <form> | Form |
| <h1> | Level 1 heading |
| <h2> | Level 2 heading |
| <h3> | Level 3 heading |
| <h4> | Level 4 heading |
| <h5> | Level 5 heading |
| <h6> | Level 6 heading |
| <isindex> | Input prompt (DEPRECATED) |
| <menu> | Menu list (DEPRECATED) |
| <noframes> | Alternate content for non frameset capable browsers (DEPRECATED) |
| <noscript> | Alternate content for non script-enabled browsers |
| <ol> | Ordered list |
| <p> | Paragraph |
| <pre> | Preformatted text |
| <table> | Table |
| <ul> | Unordered list |
| Element | Description |
|---|---|
| <a> | Anchor |
| <abbr> | Abbreviation |
| <acronym> | Acronym/td> |
| <b> | Bold Text |
| <basefont> | Base font |
| <bdo> | BiDi override |
| <big> | Large Text |
| <br> | Line Break |
| <cite> | Citation |
| <code> | Computer code |
| <dfn> | Defined term |
| <em> | Emphasis |
| <font> | Font Change |
| <i> | Italic Text |
| <img> | Inline Image |
| <input> | Form input |
| <kbd> | Text to be input |
| <label> | Form field label |
| <q> | Short quotation |
| <s> | Strike-through text |
| <samp> | Sample output |
| <select> | Option selector |
| <small> | Small text |
| <span> | Generic inline container |
| <strike> | Strike-through text |
| <strong> | Strong emphasis |
| <sub> | Subscript |
| <sup> | Superscript |
| <textarea> | Multi-line text input |
| <tt> | Teletype text |
| <u> | Underlined text |
| <var> | Variable |
| Element | Description |
|---|---|
| <div> | Defines a division or a section in an HTML document. |
| <span> | The span tag is like the div tag. ( span is an inline element ) |