Hi,
I have introduced you with HTML in my earlier post. Now we will start creating HTML files. i.e. Web Pages.
HTML is scripting language which is written in codes, called tags. These tags are written inside angle brackets (<>).
These tags are of two types.
  • Container Tag: Also called Paired Tags. These tags have endings also. These tags are closed with forward slash (/). eg. …..,
<p> ....  </p>
<h1>.... </h1>
<center> .... </center>
<table>..... </table>
<span> .... </span>
  • 2) Empty Tag: Also known as single tag. These tags do not have endings. Eg.
    <hr >
    <br >

Keep reading and send feedback.

+John Bhatt 

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.