S.No | Common tags | discription | Examples | |||||||||
1. | <h1>-<h6> | headings(large to small) | SampleSampleSampleSamplesamplesample |
|||||||||
2. | <p> | paragraphs | This is type of paragraphs | |||||||||
3. | <br> | line break | Hello bro |
|||||||||
4. | <a> | Hyperlinks | ||||||||||
5. | <img> | add a image in html | ![]() |
|||||||||
6. | <hr> | horizontal line | horizontal line |
|||||||||
7. | <strong> | text as Bold | Bold | |||||||||
8. | <em> | italic the text | italic | |||||||||
9. | <ul>&</ul> | Unordered list |
|
|||||||||
10. | <ol>&</ol> | Ordered list |
|
|||||||||
11. | <li> | To list the item | list | |||||||||
12. | <table> | To create a table |
|
|||||||||
13. | <!--Comment--> | To Comment the line | <!--Comment--> | |||||||||
14. | <b> | Bold the text | Bold | |||||||||
15. | <div>&</div> | division (block-level container) | <div><h1>Heading</h1> </div> | |||||||||
16. | <nav> | navigation bar | <nav>nav link here</nav> |