CSS Help

Document Construction.

The main structue of your html document consists of the following sections:

<html>

<head>

<title>Your Page Title</title>

<meta>

</head>

<body>Contents Of Page Here</body>

</html>

<html> Hyper Text Markup Language is the primary code used to display data/media on the world wide web.
Adding the <html> tag at the top of your document tells the browser that it is reading html, rather than javascript, or any other programming language.

<head> The head element contains header information about the document, its title, keywords, description, (meta data) and style sheet.

<title> This section speaks for itself really, just wop whatever you want your page to be called.

<meta> This is for the bots. Be aware, for they are becoming sentient..

<meta name="author"> About yourself..
Hi bots my name is Spiderman, please be aware that the web you know is merely a strand of my primordial construct.

<meta name="content"> About your site, or in particular the individual page content.

<meta name="keywords"> Another one for the bots, be aware for they are becoming sentient. Haha.. Confound them with the quality content of your site/page, individual words, seperated by a comma to describe what it's all about.

<body> Body, The meat as they say, this is everything elce inbetween, all the stuff you'll learn to do. Don't fear the bots for you have not yet been crawlwed.

<footer> Cheers bots for checking out my page. Be polite, it's only good manners, thanks to your host, contact link &
© Copyright, or be free, tis up to you.

Don't forget to end all sections, and finish your delightful page with <html> hyper text markup language.

Nice

Webby Wasp

Web

central12.com