| TAGS | USE |
|---|---|
| <html> | Defines the Starting of HTML document. |
| <head> | Represents the header. |
| <title> | Defines the title of the documets. |
| <body> | Defines the Documents Body. |
| <h1> ..... <h6> | Heading Tags. |
| <p> | Defines a paragraph. |
| <br> | Insert a Line Break. |
| <b> | Makes the text Bold. |
| <button> | Defines clickable Button. |
| <i> | Makes text italic |
| <a> | Defines link |
| <pre> | Defines preformatted text |
| <strike> | Defines strikethrough text |
| <form> | Defines an HTML form for user input |
| <select> | Defines a drop-down list |
| <iframe> | Defines an inline frame |
| <img> | Defines an image |
| <map> | Defines a client-side image-map |
| <ul> | Defines an unordered list |
| <ol> | Defines an ordered list |
| <table> | Defines a table |
| <tr> | Defines a row in a table |
| <td> | Defines a cell in a table |