
makes a hypertext link to the named item.
link to a text file
link to the top of this file
link to www newsgroup
link to all newsgroups
link to novell wais
link to ftp at Novell Germany
link to novell gopher

starts here
<ul> start of list <li> list element 1 <ul> start of list 2 </ul> end of list 2 <li> list element 2 <li> list element 3 <li> list element 4 </ul> end of listwhich looks like
<ol> start of list <li> item <ol> start of list 2 </ol> end of list 2 <li> item <li> item <li> item </ol> end of listwhich looks like
<menu [compact]>
<li>item <li>item <li>item </menu>
<dir>
<li>item<li>item <li>item </dir>
<DL> <DT> description 1 <DD> blah blah .... <DT> description 2 <DD> waffle waffle .... </DL>is formatted to
preformatted text, retains spaces and
line feeds
an optional parameter width=n can be given.
<IMG SRC="image.gif">
displays an
. By default the bottom of
the image is aligned with the bottom of the text, This can be changed
using the parameter ALIGN
<IMG SRC="image.gif" ALIGN=top>
displays the
with the top aligned.
<IMG SRC="image.gif" ALIGN=middle>
displays the
with the middle aligned.
if the image doesnt exist this picture: will
appear
<IMG SRC="image.gif" alt="text">
will display the text in a text environment.
All tags in HTML have a corresponding terminator. For <IMG>, its terminator is technically </IMG>. It is probably best not to use this teminator as recent versions of Mosaic interpret </IMG> as an inline image that doesnt exist.
fixed width, otherwise everything is the
same
this is a block quote, this is a block quote,this is a block quote, this is a block quote, this is a block quote,this is a block quote, this is a block quote, this is a block quote,this is a block quote, this is a block quote, this is a block quote,this is a block quote,See what I mean? it should leave white space before and after it.
This is the end of the document
click here to go back to the backhere tag.