Home | Previous | Next Introduction to the Web And HTML

Introduction to HTML

Types of Elements

The elements of HTML can be divided into two broad categories -- those that simply affect text, and those that affect large blocks of the document. STRONG, EM, etc are of the first category, while Headings, P (Paragraphs) BLOCKQUOTE (block quotations), PRE (preformmated text), etc, are in the second.

This presentation will discuss some but not all of these elements. The following URLs (and the references at the end of the presentation) give more details.

http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/htmlindex.html
http://www.htmlhelp.com/reference/wilbur/overview.html

Home | Previous | Next Introduction to the Web And HTML