HTML Tag

 


HTML tags square measure like keywords that defines that however application can format and show the content. With the assistance of tags, an internet browser will distinguish between associate HTML content and an easy content. HTML tags contain 3 main parts: gap tag, content and shutting tag. however some HTML tags square measure unclosed tags.

When an internet browser reads associate HTML document, browser reads it from high to bottom and left to right. HTML tags square measure accustomed produce HTML documents and render their properties. every HTML tags have completely different properties.

An HTML file should have some essential tags so application will differentiate between an easy text and HTML text. you'll use as several tags you would like as per your code demand.

Syntax :
 <tag> content </tag>  

HTML Tag Example :

<p> Paragraph Tag </p>

<h2> Heading Tag </h2>

<b> Bold Tag </b>

<i> Italic Tag </i>

<u> Underline Tag</u>

Test it Now