<!DOCTYPE HTML PUBLIC "+//ISBN 82-7640-037::WWW//DTD HTML//EN//2.0" "html.dtd"> <html> <head> header information <meta .......> <title>title of document </head> <body> This is where the document really fits </body>The first line shown above is not normally included but defines the SGML DTD being used.
Makes a hypertext link to the named item. If the protocol is missing, The HTML browser will assume file:. If the hostname is missing, the HTML browser will assume that the link is to the same host as the current URL.
Although Mosaic doesn't care whether the name is quoted, this behaviour can not be guaranteed for all HTML browsers.
link to a text file
If the leading "/" is omitted, the named file will be assumed to be relative to the current URL.
Your browser will recognise HTML files automatically, provided that the file has a ".HTM" extension [".htm" for Windoze].
Note Relative references can't be used when imagemaps are used
creates a link that when clicked on will creates an empty mail message to the person specified.
<a href="mailto:sunil@magnetic.demon.co.uk">send me a mail message</A> send me a mail message
link to the top of this file
link to www newsgroup link to all newsgroups
This use of the environment variable guarantees that a local nntp server will be used. You may specify a specific news server. Make sure it can be accessed by all the people likely to read the URL.
link to specific news server
link to wais
link to ftp at Novell Germany
link to novell gopher
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.
fixed width
.
Earlier versions of mosaic will recognise the following as a comment.
<! comment body >
<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
<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.
This picture: will appear if the specified
picture can't be found
<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 terminator as recent versions of Mosaic interpret </IMG> as an in-line image that doesn't exist.
Note the image name should be quoted. Although Mosaic may not care whether quotes are present, this behaviour can not be guaranteed in other other HTML browsers.
<menu [compact]>
<li>item <li>item <li>item </menu>
NOTE The COMPACT flag may not be implemented on some browsers.
<ol> <li> item <ol> <li> item </ol> <li> item <li> item <li> item </ol>which looks like
pre-formatted text, retains spaces and line feedsan optional parameter width=n can be given.
starts here
<ul> <li> list element 1.1 <ul> <li> list element 2.1 </ul> <li> list element 1.2 <li> list element 1.3 <li> list element 1.4 </ul>which looks like
<meta http-equiv="Refresh" content="time">
<meta http-equiv="Refresh" content="time; URL=url>
click here to go back to the backhere tag.