Creating Webpages
Webpages are created using Hyper Text Markup Langage (HTML). A web page is simply a text file with HTML inside it. The HTML tells the browser (eg. Internet Explorer, Firefox, Opera) how to draw the webpage on the screen. You can view the HTML source of this page by right clicking and choosing View Source.
HTML can take a while to learn. There are many sites with tutorials on HTML. Please see the following:
Alternatively, you can use software to create your HTML for you. They allow you to draw things on the screen (in an environment similar to MS Word), then they generate the code for you. Most of these programs are not free. The most popular ones are Macromedia Dreamweaver and Microsoft Frontpage.

