In the last sections we discussed about HTML Basics. Besides these there are some basic tags also which are to used in HTML. So, we create the list of tags here and I hope all these tags make you expert in HTML. The lists of these tags are as follows:
| Tag Name | Description |
| <!--…--> | This tag defines a comment |
| <a> | This tag used for creating hyperlink |
| <address> | This tag defines contact information of document owner |
| <area /> | This tag defines area inside image |
| <b> | This tag used for making text bold |
| <base /> | This tag is used for defined target address on page |
| <big> | Used for making a text big |
| <body> | This tag is used for defining body of document |
| <br /> | Used for single line break |
| <button> | Defines push button |
| <bg color> | Used for giving background color to whole document |
| <caption> | This tag defines table caption |
| <center> | Used for keeping text in center |
| <col> | Used for defining attribute values of columns in table |
| <dd> | Used for defining description terms in definition list |
| <del> | Used for deleting text |
| <div> | Used for give alignment to text |
| <dl> | Used for definition list |
| <dt> | Used for defining term in definition list |
| <font> | Used for giving size, color |
| <h1>to<h6> | Used for giving headings |
| <head> | Defines information about documents |
| <hr> | Used for giving horizontal line |
| <html> | Starting tag of html that defines html document |
| <i> | Used for making text italic |
| <img> | Used for inserting image |
| <ins> | Used for inserting text |
| <input> | Used for input control |
| <ul> | Used of creating unordered list |
| <u> | Used for making text underline |
| <table> | Used for creating table |
| <td> | Used for defining table data |
| <ol> | Used for creating ordered list |
| <p> | Used for defining paragraph |
| <marquee> | Used for moving text |
| <style> | Used for defining styled information for text |
| <title> | Defines the title of document |
| <tr> | Defines table rows in table |
| <var> | Used for variable part of text |
| <tt> | Used for defining teletype text |
These are all HTML which are used for creating HTML document. I hope all entire tags will make you expert for creating HTML document.
