MY WEB PAGE
This page has been changed a little; An image background has been
added to introduce image backgrounds.
Our text would go here, as much as we want to put, dont
worry the document will spread apart more as we put in more text.
There is more HTML Tags at the bottom of the text, they must go
at the bottom or the document page will not work.
At the top of this document on the left side you can see FILE EDIT VIEW
Click on VIEW and scroll down to SOURCE; Click on source, the NOTEPAD
will open up that is running this page. The note pad document should be
exactly as shown below.
Here is the Code running this page written in NOTEPAD.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>LEARNING HTML</TITLE></HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<TABLE cellSpacing=2% cellPadding=0% width="100%" border=1%>
<TBODY><TR><TD><A NAME="(top)">
<BODY text=black vLink=red aLink=red link=red bgColor=beige>
<body background="BACKGROUND/nickscreek3.jpg">
<HR align=center width="20%" color=9370db SIZE=1>
<HR align=center width=40%" color=9370db SIZE=2>
<HR align=center width="60%" color=9370db SIZE=3>
<FONT face="Comic Sans MS" color=green size=2><big><i><B><CENTER><PRE>
Our text would go here, as much as we want to put, dont worry the
document will spread apart more as we put in more text.
See the HTML Tags at the bottom of the text, they must go at the
bottom or the document page will not work.
</TD></TR></TABLE></TBODY></BODY></HTML>
If we remove the background image code
above it will default back to bg color=beige.