Introduction to HTML

10/23/98


Click here to start


Table of Contents

Introduction to HTML

Content

What is HTML?

The Features of HTML tags

Explanations of HTML tags

<BODY>...</BODY>- contains all the text and images that make up the Web page

<BR>- breaks text onto a new line (no vertical space between lines)

<A>...</A>- marks text as the destination of a link; requires the HREF attribute

<IMG>- adds an image to a page; must have SRC attribute

<UL>...</UL>- creates an unordered (bulleted) list

<DL>...</DL>- creates a definition list

Save as HTML

Author: Mei Lee (EMC -- Masters Student)