HTML-Lesson 1-Getting Started

There is a general misconception that making a website is Really Hard, well thats wrong. Making a website is as easy as counting to ten (which you are doing now). These lessons should whisk you through the basics in no time at all.

Lets be going then...

Html stands for Hyper-Text Markup Language and it is the Language that web designers use to write web pages. When you view a page, you are seeing the finished result. The page actually goes back sveral levels into simpler and simpler coding untill the computer can read it. The Html that you are goiing to learn today is the second level. You can view any websites coding by clicking on View, source in your browser.

To begin coding html, you need no specialist programs at all. Just go to notepad which can be found at start, all programs, accesories Once you have opened that up you are ready to begin.

Lesson 2-Your first webpage