.Open HTML Basics
. Pages
The simplest way to make a page is to start with the simplest header
.As_is
Insert the title you want on the window here.
.As_is
Describe the page using the elements below...
.As_is
. Headlines
Use HTML headers
.As_is .....
.As_is ...
.As_is .....
Cascading style sheets ($CSS) can control the fonts, colors, and sizes of
these headers (and most other parts of a page).
. Breaks
Break up your page into chunks!
Use
(horizontal rule), (paragraph), and
to break up
text into pieces. Two
s gives you a blank line.
. Text
In text use $CSS rather than which is deprecated.
You can use the following to adjust the look and feel:
.As_is ....
.As_is ...
.As_is ...
.As_is ...
.As_is ...
You can also use the old `physical` tags:
.As_is ...
.As_is ...
.As_is ...
Do not use