20 September 2012

First and foremost tags of HTML

You can't avoid this tag while making a web page


When you want to make a HTML doc, you need to use <html> as a opening tag and </html> as a closing tag. Inside of this pair tag you need to write <head> </head> tag. People use this head tag for CSS design, we will learn CSS letter. Inside head tag you need to type <title> </title> tag. Title tag helps to make your page title. After head tag you need to use <body> </body>  tag make a HTML doc. Inside body tag you can use all types of tag for make a web page. Remember that all tags are important here.

Look under. You can copy this tag and try it on your Notepad ++ , or simple Notepad.
<html>
<head><title>This is a web page </title>
</head>
<body>
</body>
</html>
Look at the picture if you cant understand title. 


 Look at the picture if you cant understand title.
 

NB:[Hope you can understand this tutorial.  If you can't please comment about your problem...I will try my best to help you..] 

No comments:

Post a Comment