Tuesday, August 23, 2011

HTML tags

html tag called as container ,because all the tags are in between opening and closing tags of html.
syntax-
      <html>  opening tag
/* all other tags*/
      </html> closing tag
 
for eg-
<html>
     <head>
              <title>

                manu

                </title>
     </head>
                       <body bgcolor="#FFFFFF">

 <p>
  manu singh is nice guy.
  </p>


                    </body>
</html>



No comments:

Post a Comment