= start new paragraph
= line break (like a carriage return)
" )
The FONT command is slightly more complicated because it can take
several arguments. COLOR and SIZE are arguments for FONT. There are other
arguments but these are the two most useful ones.
In the above, xxx is a word like "white" and yyy is a number from 1 to 7,
with 7 being the largest; 3 is default font size.
You don't need to include arguments other than the one you want. So if you
only want to change the color, you can say .
To end the special font, type .
Note: the
command does not require a to stop.
LINKS
-----
To link to another html page, do this:
yyyy
where xxxxx is the name of the file, and yyyy is the description of the
file that will appear in the current page. For example:
Astr 680 class syllabus
would link to a file called syllabus.html, and the words "Astr 680 class
syllabus" would appear underlined in the current page.
TO DISPLAY AN IMAGE:
--------------------
where xxxx is the name of the image file, usually .jpg or .gif format.
A more fancy display is possible by using:
This sets the size of the image in x and y pixels and puts a box around it.
This wraps the text around the image. The image will be diplayed on the
left. You can use "left" or right". Use the command
to end the ALIGNment.
Note that you cannot place an image at a specific place on the page; the
align is about the best you can do.
HTML Must-haves:
----------------
Each html file must start and end with the command and have
a command. These can differ somewhat to give different effects,
but the basics are: