| tag name | Definition | Syntax |
| <a> | An anchor text which it used to create hyperlinks in HTML. | <a href='enter the website name'>Name of site</a> |
| <b> | Which is used to blod the text in HTML | .<b>Enter the header name</b> |
| <ul> | Un ordered list which is list the item in HTML.list is nothing but collection of data. | <ul type='type of character'> |
| <ol> | ordered list which is orderly list the item in HTML.list is nothing but collection of data. | <ol type='disc/square/circle'> |
| <font> | Which is used specific the particular in text we can using this tag in HTML. | <font>Enter the text</font> |
| <basefont >only used in IE not worked in Mozila and chrome and other browser. | ||
| <table> | table tag which used to create the table in HTML. | <table> |
| <tr> | Table row which is used create the table row. | |
| <br> | BR is used providing new line at the end of paragraph. | |
| <title> | Title tag is used give the title to webpage. | |
| <body> | Body tag is used to display data in client browser. | |
| <h1> | h1 is used to biggest heading 1 | |
| <h2> | h2 is used to biggest heading 2 | |
| <h3> | h3 is used to biggest heading 3 | |
| <h4> | h4 is used to biggest heading 4 | |
| <h5> | h5 is used to biggest heading 5 | |
| <h6> | h6 is used to biggest heading 6 | |
| <p> | The tag is used in paragraph.every end of paragraph we can put this tag. | |
| <pre> | The tag is used tp preserve the white space and lines in the text. | |
| <div> | This is tag is used to make the division of section in the html. | |
| <i> | It is used show text as italic. | |
| <strong> | It is used strong emphasized the text. | |
| <strike> | This is used the strike the text. | |
| <center> | This tag is used the center the text. |




















