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,
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.