Thursday, 19 January 2012

Lesson 1 - Introduction to HTML Programming

Welcome to the first HTML programming lesson !

Before you start , there are only 2 simple tools that you need:
  • A browser 
  • A notepad 
If you are using Operating System such as Microsoft  Windows 7 ,I sure you have that in your hand.

You wont need an internet ready computer during all these lessons.
Let's start now.

HTML stand for Hyper Text Markup Language.
It is a type of language that come with a lot of tags a.k.a HTML tags to describe webpage.
Below are the most basic and common HTML tags:
  • <html>   </html>
We always start our html webpage with <html> and end with </html>, this tag tells the browser that this is a html webpage .