Title

spacedude89

Active Member
i cant figure out how to make a page title for my website. the bar above the toolbar that says stuff, like computerforum and stuff?
 
what website building tool are you using? PHP, Front Page? are you gonna use a redirect, like from no-ip.com?
 
spacedude89 said:
i cant figure out how to make a page title for my website. the bar above the toolbar that says stuff, like computerforum and stuff?

<html>
<head>
<title> ENTER YOUR TITLE HERE</title>
</head>
<body>
</body>
</html>
 
Back
Top