HTML
This lesson we will learn some basic HTML.
HTML stands for “HyperText Markup Language” and is the language of the Web. To create a Web page you at least need to know some basic HTML and understand how it works.
HTML code consists of “tags”, a start tag and an end tag. The following example creates bold text on a Web page.

Let’s create a simple Web page using the HTML editor “Notepad”. Click Start >> Programs >> Accessories >> Notepad.
The click on the link “Create a simple Web page” to the right.