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>
<link href="STYLE.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#COLOR">
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 title 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
|
Back | Refresh Home | Forward