Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Making Money By Outsourcing.
So you are thinking to yourself "how can I expand my operation, do more business and make more money?". If you are thinking this right now and are in the web design or webhosting fields then Outsourcing might be for you. Now this is not to say that...

New "Goodies" At Google
When it comes to framed sites and the effect that the use of frames by a site has on its search engine ranking, there are two schools of thought. Some people say that framed sites, if done properly, have no problems in getting good rankings in the...

Now you have a Web site. Have you ever heard of accessibility?
An accessible Web site is easily approached, easily understood, and useable for all. There are accessibility standards set forth by the World Wide Web Consortium, which all sites should adhere to as much as possible. Web site owners should be...

Should You Use A Blog Or A Custom Design For Your Adsense Site?
So you've decided to take the plunge and try to make some decent adsense revenue. You've picked your subject, done your keyword research, set up your google adsense account, started writing your optimized content, and got a hosting account. ...

Web page buiding for beginners 1
Making a web page is a simple job that can be done in minutes by anyone with no previous experience, so I will refrain from going in that direction as much as possible. The first thing an inexperienced webmaster should learn is search engine...

 
HTML for Complete Beginners

HTML stands for Hyper Text Markup Language and is the computer language that most of the Internet is written in.

HTML is made up of tags and sets of tags, a set being two tags that are linked: a start tag and an end tag. HTML is a bit like a person, the head comes first, then the body.

As I've just mentioned the very first main tag of every single HTML document is usually the HTML tag, which is a start tag and is written as . Accompanying it will be the very last tag of the document, the end tag, . Notice the / this means it is an end tag. Every start tag must have an end tag. Start tags begin a section of code and end tags finish it. I say the very first "main" tag as there can be a tag before it, the DOCTYPE tag. This tag gives the browser information about what type of HTML is being used.

The head section begins with the tag and ends with the tag. It has information about the page itself and consists of the page title, the meta tags (more on those in a minute), and the code for any page transitions you may have.

The page title is self-explanatory and is written as Your page title

The meta tags, particularly the http://www.moynem.freeserve.co.uk (first created when I knew nothing about HTML apart from what it was and what it stood for)is called "M Moyne's home page and thus has the meta tag:

There is also a meta description tag which used to tell the search engines how to describe the website on their results pages, now I've seen them use the first few lines of text for their description.

The next of the main tags is the body tag, which is written as and respectively. It contains the main part of your HTML code. On my personal homepage it starts off with the code for the background. In this case it is a JPEG image. You can put almost anything in the body section, navigation bars, page banners, tables, images, horizontal lines, hyperlinks and so on. However all of the things that I have just mentioned cannot go anywhere else except the body section.

Let's look at the code for some simple things.

Headings: Heading 1 is Heading 2 is Heading 3 is and so on.

Paragraphs begin with

and end with



A 100 * 200 image with a description is: my image

That's enough for a simple web page.



About the author:

M Moyne knows quite a bit about Microsoft FrontPage, which he has used to create both M Moyne's home page and My Orlando Guide , and he also knows a bit about Macromedia Flash. Unfortunately you can't import Flash documents into FrontPage. He also has a blog, which is on his personal homepage, that's the first link given above.

Sign up for PayPal and start accepting credit card payments instantly.