How HTML tags works?
HTML tags are element names surrounded by angle brackets
<tagname> Content to be shown </tagname>
<p> This is a paragraph </p>
In above code “p” is a tag.
How HTML tags works?
HTML tags are element names surrounded by angle brackets
<tagname> Content to be shown </tagname>
<p> This is a paragraph </p>
In above code “p” is a tag.