15 Minute Series What is HTML?



HTML tags are used to define areas of a document as having certain characteristics.

The tags used in HTML usually consist of a code in between two "wickets". These codes are called container tags because the formatting described by the tags affects only the text contained between the tags.

For example, <B> and </B> are the starting and ending tags used to indicate an area as bold. Therefore, the following markup will yield a sentence with the word "hello" in bold.


Only the word <B>hello</B> will be bold. 




[Next] [Previous]





Return to first slide 15 Minute Series Home 15 Minute Series Search


Copyright © 1997 Network Solutions, Inc.
This material may be quoted or reproduced provided appropriate credit is given and copyright notice is retained.