Saturday, August 17, 2013

free web sites design

There are many free web design sites which provide webdesign free of cost. Now I will mention some of this website name which offer free webdesign.... You can make your own website from there.

01.WIX
02. WEEBLY
03.WEBS
04.WEBNODE
05.JIMDO
06.SPROUT BUILDER
07.VIVITI
AND
08.SYNTHASITE

Thanks

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