html examples

 
    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

If you have any code that's useful and simple get in touch at
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.


Back to Omni-Web Page

Source Code

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="Author" CONTENT="nik">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (Win16; I) [Netscape]">
   <META NAME="Description" CONTENT="Html source codes for simple folk like myself">
   <META NAME="KeyWords" CONTENT="html, java, script, meta, simple">
   <TITLE>html code page</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">

<H6>
<SCRIPT language=javascript>
document.writeln(" last updated " + document.lastModified);
</SCRIPT>
</H6>

<CENTER><FONT SIZE=+4>html examples</FONT></CENTER>

<CENTER>&nbsp;</CENTER>

<BLOCKQUOTE>
<CENTER><FONT SIZE=+1>&nbsp;&nbsp;&nbsp; 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>&nbsp;</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>&nbsp;</FONT></CENTER>
<FONT SIZE=+1><A HREF="buttons.htm">Buttons</A> - how to to add button/images
that link</FONT>
<CENTER><FONT SIZE=+1>&nbsp;</FONT></CENTER>
<FONT SIZE=+1><A HREF="colour.htm">Colours</A> - text, back ground whatever</FONT>
<BR>&nbsp;
<BR><FONT SIZE=+1><A HREF="content.htm">Content and Keywords</A> - this
helps when you submit your pages to search engines</FONT>
<BR>&nbsp;
<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>&nbsp;</FONT>
<BR><FONT SIZE=+1><A HREF="images.htm">Images</A> - jpgs gif and stuff</FONT>
<BR>&nbsp;
<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>&nbsp;</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>&nbsp;
<BR><FONT SIZE=+1><A HREF="lists.htm">Lists</A> - How to create a list
or list within list, numbered or butteted</FONT>
<BR>&nbsp;
<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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</FONT></CENTER>

<CENTER><FONT SIZE=+2>Source Code</FONT></CENTER>
&nbsp;
</BODY>
</HTML>