Common Tags and Samples of their Usage Print this page and keep it handy. These are the things that people forget. A tag is a command to the browser that tells it how to display the content. On a word processor you would select a word or a phrase and then make it bold, italics, centered, larger, right justified, or a different color. You can do the same thing with a browser and a web page. Tags are not case sensitive and they can be placed with or without indentations anywhere. All tags are enclosed in brackets, e.g.,

,
, etc. Except for

and
, all tags require an Open Tag and a Close Tag. The difference is that the Close Tag includes a slash. For example,

vs.
. If you omit the Close Tag, the results will be unpredictable. I. Display Tags:

Forces the content to skip a line. Stands for "paragraph". Equals 2 carriage returns in a typewriter.
Forces the content to continue on the next left margin. Stands for "break". Equals 1 carriage return. Your witty text. Displays the text in italics. Your witty text. Displays the text as bold.

Your witty text.
Centers the text. Your witty text. Displays the text 2 sizes larger than the default size of the visitor's PC. Your witty text. Displays the text in red. Comments out and does not display the text. Used mostly to document the code. II. Link Tags (Anchor Tags) First Lesson Creates a link to a file named "Lesson1.htm". The visitor sees the phrase "First Lesson" underlined. Send EMail to Candise Wiil use your email application to send an email to "csclark@calweb.com" when the user clicks on this link. The visitor sees the phrase "Send EMail to Candise" underlined.