H
OW TO CREATE WEB PAGES...BY EXAMPLE
- A complete tutorial on HTML for beginners to web programming.
Complete Contents
Readme first
Why should I learn HTML?
The structure of the tutorial
Introduction to web programming
What is a web page? Why should I create a web page? How do I create a web page?
Web browsers
How HTML works
Introducing tags
The first piece of HTML
The HTML element
The HEAD element
The BODY element
The BODY element
The Anchor element
Colour on the web
Summary of section 1 - basic tags that you have learnt already
Paragraph and block formatting
Simple text files
Using <BR> tags
Paragraphs using <P> tags
Pre-formatting using <PRE> tags
Using headline tags
Seperating sections of the page
Summary of section 2 - paragraph formatting
Text and character formatting
Using the <BASEFONT> tag
Using the <FONT> tag
Inline text styles
Special characters in HTML
Summary of section 3 - text formatting
Introducing images
Image formats (GIF and JPG)
Using the <IMG> tag
The ALIGN attribute
The HSPACE and VSPACE attributes
Combining images and Anchors
Using Imagemaps
Defining areas using the <AREA> tag
Background images
Summary of section 4 - how to use images on the web
Creating Tables
A simple table example
Using the <TABLE> tag
Using the <TR> tag
The <TH> and <TD> tags
The step-by-step guide to using the ROWSPAN and COLSPAN tags
Introducing data cells to your tables
Width and height of cells
Tables in HTML 4.0
Text formatting within cells
Summary of section 5 - using tables in HTML
Creating Lists
Defining lists
Ordered lists
List attributes
Embedding lists
Definition lists
Summary of section 6 - using lists on the web
Conclusion
Brief contents