INTRODUCTION

Web pages are written in HTML - a simple scripting Language

HTML is short for Hyper-Text-Markup-Language.
Hyper-Text is simply a piece of text that works as a link.
Markup-Language is a way of writing layout information within documents.

Basically an HTML document is a plain text file that contains text and nothing else.

When a browser opens an HTML file, the browser will look for HTML codes in the text and use them to change the layout, insert images, or create links to other pages.

Since HTML documents are just text files they can be written in even the simplest text editor.

A more popular choice is to use a special HTML editor - maybe even one that puts focus on the visual result rather than the codes - s so-called WYSIWYG editor (What You See IS What You Get).

Some of the most popular HTML editors, such as Frontpage or Dreamweaver will let you create pages more or less as you write documents in Word or Whatever text editor you are using.


We usually write HTML language in notepad
Start->programs->Accessories->notepad


and it looks like dis