Saturday, August 17, 2013

HTML HEAD TAG

Today I am going to Introduce you with web design .

If you are new to web design it for you.
Web design depends on HTML,CSS,Javasript,Jquery. Though today many of us use different content management system or CMS like wordpress,joomla etc. No more talk about it. Now come to the point.
I will discuss today about HTML head tag. Html tag is;

<head>
</head>

Head tag located between <html> and <body> tag. more tag take place within head tag, such as meta tag, title, css attachment, javasript code.

Head tag mainly provide the header of the web page. Such as. If you write WELCOME in head tag than webpage will show WELCOME in the browser.
Ex..
Open a notepade or dreamweaver and write
<head>
WELCOME
</head>
save name as index.html in a file. Then open the file from the location where you saved it. You will see.

WELCOME

No comments:

Post a Comment