HTML Tags you should learn
| Tag name | Description |
Group |
| <!-- | Start a comment |
General |
| --> | End a comment |
General |
| <!DOCTYPE> | Document type |
Structural |
| <a> | Anchor or link |
Links |
| <area> | Region of image map |
Object |
| <base> | Link base address |
Links |
| <body> | Document body |
Structural |
| <br> | Line break |
Layout |
| <button> | Text or image button |
Form |
| <caption> | Centered title |
Table |
| <dd> | Definition description |
Lists |
| <div> | Divides a document |
Stylesheet |
| <dl> | Definition list start |
Lists |
| <dt> | Definition term |
Lists |
| <form> | User input request |
Form |
| <h1> to <h6> | Headings |
Layout |
| <head> | Document header |
Structural |
| <hr> | Horizontal line |
Layout |
| <html> | Begin HTML code |
Structural |
| <img> | Insert an image |
Object |
| <input> | Input from user |
Form |
| <li> | List item |
Lists |
| <link> | External file reference |
Header |
| <map> | Define an Image map |
Object |
| <meta> | About the document |
Header |
| <noscript> | Alternate to a script |
Object |
| <object> | An embedded object |
Object |
| <ol> | Ordered list start |
Lists |
| <option> | Input selection choice |
Form |
| <p> | A paragraph |
Layout |
| <param> | Object parameter |
Object |
| <script> | Client-side script |
Object |
| <select> | Drop down choice |
Form |
| <span> | Applying an effect |
Stylesheet |
| <style> | Begin style effect |
Stylesheet |
| <sub> | Subscripted text |
Layout |
| <sup> | Superscripted text |
Layout |
| <table> | Begin a table |
Table |
| <td> | Table data cell |
Table |
| <textarea> | Multi-line input |
Form |
| <title> | Document Title |
Header |
| <tr> | Start of row |
Table |
| <ul> | Bulleted list |
Lists |
|
|
Obsolete tags, do not use
| Tag name | Description |
| <applet> | Use object |
| <basefont> | Use stylesheet |
| <center> | Use div |
| <dir> | Use ul |
| <font> | Use stylesheet |
| <isindex> | Not available |
| <menu> | Use ul |
| <s> | Use stylesheet |
| <strike> | Use stylesheet |
| <u> | Use stylesheet |
| <xmp> | Not available |
|