These are examples of some of the html code I found useful when writing web pages if they are any use copy them and rip out what you need. I use a DOS editor to write the code and Netscape Composer to make it look a bit better. Each page is in 2 parts the top half is how the page appears in your browser and the bottom half is the source code behind it. Starting a new page - a couple of things to helps
Buttons - how to to add button/images that link
Colours - text, back ground whatever
Content and Keywords - this helps when you submit your pages to search engines
Form - fairly obvious a simple form which readers can fill out and submit
Images - jpgs gif and stuff
Last Updated - this automatically lets the reader know when you last edited the page, or can give the title or location of the file
Links - how to create an email links, links to the web or local links
Lists - How to create a list or list within list, numbered or butteted
Map link - or how to make links work on areas of a map/picture
Redirecting - or how to send someone from your old to new site
Scrolling Text - How to get scrolling text in the Status Window
Tables - probably the most useful thing you'll find to sort out page layout
Due to the amount of spam an email address seems to generate no link is here any more so you have to type it yourself the, other way around this is to put a link with part of the address in and get the user to fill in the rest.
Source Code
<H6>
<SCRIPT language=javascript>
document.writeln(" last updated " + document.lastModified);
</SCRIPT>
</H6>
<CENTER><FONT SIZE=+4>html examples</FONT></CENTER>
<CENTER> </CENTER>
<BLOCKQUOTE>
<CENTER><FONT SIZE=+1> These are
examples of some of
the html code I found useful when writing web pages if they are any
use
copy them and rip out what you need. I use a DOS editor to write the
code
and Netscape Composer to make it look a bit better. Each page is in
2 parts
the top half is how the page appears in your browser and the bottom
half
is the source code behind it.</FONT></CENTER>
<CENTER><FONT SIZE=+1> </FONT></CENTER>
<FONT SIZE=+1><A HREF="start.htm">Starting a new page</A>
- a couple of
things to helps</FONT>
<CENTER><FONT SIZE=+1> </FONT></CENTER>
<FONT SIZE=+1><A HREF="buttons.htm">Buttons</A> - how to to
add button/images
that link</FONT>
<CENTER><FONT SIZE=+1> </FONT></CENTER>
<FONT SIZE=+1><A HREF="colour.htm">Colours</A> - text, back
ground whatever</FONT>
<BR>
<BR><FONT SIZE=+1><A HREF="content.htm">Content and Keywords</A>
- this
helps when you submit your pages to search engines</FONT>
<BR>
<BR><FONT SIZE=+1><A HREF="form.htm">Form</A> - fairly
obvious a simple
form which readers can fill out and submit</FONT>
<BR><FONT SIZE=+1> </FONT>
<BR><FONT SIZE=+1><A HREF="images.htm">Images</A> - jpgs
gif and stuff</FONT>
<BR>
<BR><FONT SIZE=+1><A HREF="update.htm">Last Updated</A>
- this automatically
lets the reader know when you last edited the page, or can give the
title
or location of the file</FONT>
<BR><FONT SIZE=+1> </FONT>
<BR><FONT SIZE=+1><A HREF="links.htm">Links</A> - how to
create an email
links, links to the web or local links</FONT>
<BR>
<BR><FONT SIZE=+1><A HREF="lists.htm">Lists</A> - How to
create a list
or list within list, numbered or butteted</FONT>
<BR>
<BR><FONT SIZE=+1><A HREF="link_map.htm">Map link</A> -
or how to make
links work on areas of a map/picture</FONT>
<BR><FONT SIZE=+1> </FONT>
<BR><FONT SIZE=+1><A HREF="scroling.htm">Scrolling Text</A>
- How to get
scrolling text in the Status Window</FONT>
<BR><FONT SIZE=+1> </FONT>
<BR><FONT SIZE=+1><A HREF="tables.htm">Tables</A> - probably
the most useful
thing you'll find to sort out page layout</FONT></BLOCKQUOTE>
<CENTER><FONT SIZE=+1>If you have any code that's useful and simple
get
in touch</FONT></CENTER>
<CENTER><FONT SIZE=+1> </FONT></CENTER>
<CENTER><A HREF="../index.htm"><IMG SRC="../but_home.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><IMG SRC="http://homepages.force9.net/cgi-bin/count_yellow?omniautos_htm" HEIGHT=32 WIDTH=32></CENTER>
<CENTER><FONT SIZE=+2> </FONT></CENTER>
<CENTER><FONT SIZE=+2>Source Code</FONT></CENTER>
</BODY>
</HTML>