<HTML> <!-- E Kaplan --> <HEAD> <TITLE>Spring 2002 CS212 Template</TITLE> <SCRIPT LANGUAGE="JavaScript" SRC="Javascript.js"> </SCRIPT> </HEAD> <BODY BGCOLOR="white"> <SCRIPT LANGUAGE="JavaScript"> <!-- declaration(); //--> </SCRIPT> This is where your HTML tags and text should appear. </BODY> </HTML> |
function declaration() { document.write("<P><IMG SRC='{your gif logo}' ALIGN='left'>"); document.write("<FONT SIZE=3 COLOR='black'><I>"); document.write("All work on this page was done by E Kaplan, except where indicated.<BR>"); document.write("Uploaded on " + document.lastModified + "."); document.write("</I></FONT></P>"); } |