HTML Tutorial - By Sections

This page is a directory for all the HTML lessons. The hyperlinks are all working, and you can reach any page in the tutorial from this page. Please feel free to click the "View Source" menu item to see this code in action.

This document is divided into the following sections:

  1. Introduction
  2. Required Tags
  3. Formatting - Part I
  4. Formatting - Part II
  5. Hyperlinks
  6. Lists
  7. Tables
  8. Images
  9. Other Resources

Introduction

Introduces the student to the uses of HTML and tags; includes definitions and stock examples to help demonstrate the concepts.

Go to the page

Required Tags

Introduces the student to the required HTML tags that define an HTML document.

Go to the page

Formatting - Part I

Teaches the student how to mark up pages using paragraph and line break tags within the document.

Go to the page

Formatting - Part II

Introduces the student to heading tags, text effect tags (such as bold and italic), and horizontal rules.

Go to the page

Hyperlinks

Concepts, examples, and demonstrations on the uses of hyperlinks within and between HTML documents.

Go to the page

Lists

Teaches the markup for ordered, unordered, and definition lists.

Go to the page

Tables

Teaches the markup for creating tables in a page.

Go to the page

Images

Teaches the markup for attaching graphics to a page.

Go to the page


Other Resources

Links to other HTML information sites on the World Wide Web.

Go to the page


Back to Top