Here is a list of tags commonly used in Html🙂

Tag Element Example Output
Paragraph <p>This is a Paragraph</p> Click here for Output
Content Division <div>Hello World</div> Click here for Output
Span <span>"Hello, World!"</span> Click here for Output
Label <p>This is a Paragraph</p> This is a Paragraph
Link <p>This is a Paragraph</p> This is a Paragraph
Anchor <a href="https://www.mozilla.com"> Mozilla </a> Mozilla
Line Break <p>Text goes here &<br /> </p> Hold fast to dreams,
for if dreams die,
life is a broken-winged bird that cannot fly.
Image <img src="url here">
Table <table> <tr> <td>John</td> </tr> </table>
John Doe
Jane Doe
Header <header>Html is a the core of webdevelopment</header> Click here for Output
Footer <footer>Contact us</footer> Click here for Output
Title <>Google</> Click here for Output
Heading <h1>This is a Paragraph</> Click here for Output
Emphasis <p>This line has a word with <em>emphasis</em> This line has a word with emphasis
Bold <b>Html</b> is a the core of webdevelopment Html is a the core of webdevelopment