E Tools HTML Source
Basic page layout - the bare necessities...
Graphics, Java classes e.t.c. (which could be) needed for this source:
NONE
<HTML> <HEAD> <TITLE>Put your page title here...</TITLE> <! This is a comment - You could put your javascripts and metatags here... > </HEAD> <BODY BGCOLOR="#008080" TEXT="#000000" LINK=blue VLINK=purple ALINK=red> Put your HTML and text here... </BODY> </HTML>
E Tools HTML Source
Basic page layout - with a background picture...
Graphics, Java classes e.t.c. (which could be) needed for this source:
dk1.gif
<HTML> <HEAD> <TITLE>Put your page title here...</TITLE> <! This is a comment - You could put your javascripts and metatags here... > </HEAD> <BODY BACKGROUND="dk1.gif" BGCOLOR="#008080" TEXT="#000000" LINK=blue VLINK=purple ALINK=red> Put your HTML and text here... </BODY> </HTML>