(Everything we’re doing is inside the BODY).
Most of the basic tags are fairly intuitive:
New
paragraph <p>
New
line <br>
Boldface <b>
Italic <i>
Underline <u>
Center <center>
Keep
in mind that carriage returns are ignored by the
browser (except when in <PRE> tags). It’s
as if your HTML code is all on one really long line.
|