HTML Tutorial

              A short introduction to HTML
         
 

Home

Introduction to HTML

<html> to </html>

<body> to </body>

Formatting

Links

Backgrounds

Tables

Frames

Other tags

A little Style

Resources

   

As suggested by the title of this page this is a short introduction to HTML.

HTML is abbreviation for Hyper Text Markup Language. This is the language that runs the Internet. These lessons are not version specific.

For details regarding HTML's history, etc. check W3 Org.

In these short lessons I will attempt to explain HTML as I try to understand it. It works for me and I am sure it will work for you.

Each lesson is divided into 3 parts:

• Tags covered in this lesson
• Explanation
• Working Examples

Each lesson builds on the previous one. To follow along you will need a text editor like MS Notepad, etc. You, of course, can use a text editor of your choice.

I used Netscape Communicator 4.x and I.E. 4.0 to check the results.

There is also a page devoted to the resources you will need for reference purposes. Do make full use of them.






  Home | Introduction to HTML | <html> to </html> | <body> to </body> | Formatting | Links | Backgrounds
Tables | Frames | Other tags | A little Style | Resources