General Features
Six Levels of Headings in HTML
Teensy
Petite
Small
Moderate
Robust
Enormous
One uses the <p> code to end a paragraph and begin a new one. The
<p> code also puts a space in between the paragraphs. I'm tired of
this paragraph now so let's end it.
And begin a new one. See! Very easy thing to do. The <br> code is
used to break a line without putting a space in between.
To put a comment in your HTML code use the following syntax:
<!-comment, comment->
If you want to include preformatted text (in ascii) enclosed it with
the following code:
<pre>Preformatted Text Goes
Here</pre>
To put a horizontal line in your document you use the <hr> code
like this:
Now let's include my address:
Brian Thompson
GSLIS
University of Washington
email: bthomp@u.washington.edu
The ramble twins crab liverish
Scaly scorpions are good
water fish!
Finally, for this section let's demonstrate the various special
characters:
> < & "
Return to HTML Skills Home Page