Site Starter And Tips
This code should be placed into a blank Notepad document, or whatever you're using to design your page. Replace everything in CAPSLOCK with your own information.
<html>
<head>
<title>YOUR SITE NAME HERE</title>
</head>
<body>
THIS IS THE CONTENT AREA OF YOUR SITE, ADD ALL YOUR TABLES, DIVS, IMAGES, AND TEXT HERE.
</body>
</html>
To use a CSS shortcut, add this code into your <head> and </head> tags.
<link href="STYLE.css" rel="stylesheet" type="text/css">
You'll have to make a page called style.css or whatever you want to call it, as long as you put .css at the end. In your style.css page, add all of your css coding; link colors, font colors; div coordinates etc.
Tips for starting a site
- Try to use proper grammer, and spelling. Nobody likes to read a site WrITtun Lyke Dis
- Use your best work. Try to make the best quality content as you can, and you'll get more returning visitors.
- Be polite.
- Try to get affiliated with other sites, and make friends.
- Use eye pleasing color combinations. There are some colors that Do Not look good together.
- Add things as often as you can.
- Try to get your site to look good in more than just one browser.





