HTML Tutorial
This tutorial is designed to teach you some the basics of HyperText Markup Language (HTML),
with an emphasis on transforming a word-processing document into a simple Web page.
Contents
This tutorial will guide you through the following steps:
- Retrieving the necessary materials from the Web
- Copying text from a word-processing document and pasting it into an HTML template
- Marking block elements and validating your work
- Marking inline elements and validating your work
- Using Netscape Composer
- Using Word's "Save as HTML" feature.
- Uploading your files to the Web server

Download pdf
HTML elements
Contents
- Skeletal tags
- Header tags
- Hyperlinks
- Lists
- Text markup tag
- Layout formatting tags
- Images
- Tables

Download pdf
Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS) has gradually replaced - and supplemented - HTML
formatting as a standard method of presentation. One key features is the separation of
content from visual presentation, resulting in cleaner, more accessible code. Ultimately,
the look and feel of a whole website can be determined by one external file.
Contents
- Introducing style sheets
- Customising HTML-KIT
- Creating a simple style sheet
- The Box Model
- Introducing classes
- Styling links with pseudo classes
- CSS classes and pseudo classes combined
- Using IDs for positioning
- Creating a nested news box
- Background images

Download pdf
External Links
W3schools
html
css