Advertisements

Monday, August 1, 2011

// // Leave a Comment

HTML Codes/ Tags


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.

    0 comments:

    Post a Comment

    Leave your Feedback or Suggestion. We will be Happy to read and reply.