WDDB - Web Design Database

Web Design Resources for the Common Man

Login here · Register · Lost your password?

Forums / HTML and CSS / HTML and CSS Development / Tutorial: Title

 
This tutorial has moved to Programmers - A Programming Forum
Like my posts? Come get more useful web design info at http://programming.xtreemhost.com

Do you like MMORPG games? Come join my server at http://logd.xtreemhost.com/
I think this should have been explained more.

Please note, this if for the HEADER of a website.

Code:
<html>

<head>
<title>The title of your site goes here.</title>
</head>

<body>
What your website would say.
</body>

</html>
It still works anywhere? Its just the code in the header is always executed first.
Like my posts? Come get more useful web design info at http://programming.xtreemhost.com

Do you like MMORPG games? Come join my server at http://logd.xtreemhost.com/