|
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||
|
|
|
|
|||||||
|
|
|
|
|||||||
|
|
|
|
|||||||
|
|
|
|
|||||||
|
|
|
|
|||||||
![]() |
|
![]() |
|||||||
|
|
|||||||||
|
|
|||||||||
<HTML>
<HEAD>
<TITLE>Your title goes here</TITLE>
Any other heading information goes here(possibly JavaScripts)
</HEAD>
<BODY (and background/bgcolor info if you wish)>
Everything you want to show up on your page goes here.
</BODY>
</HTML>
<body bgcolor="white"> Changes background color
<body background="back.gif"> Changes background image
<body text="green"> Changes text color
<body link="blue"> Changes link color
<body alink="red"> Changes active link color
<body vlink="purple"> Changes visited link color
<img src="myimage.gif">Displays an image named myimage.gif
<a href="mylink.html">mylink</a>Displays a link to mylink.html
<input type="password">Displays password textfield
<input type="textfield">Displays textfield
<img type="checkbox">Displays checkbox
<img type="radio">Displays radio buttons
<textarea cols=50 rows=50>Displays textarea with 50 columns and 50 rows
<applet archive="myarchive.jar" code="myclass.class" width=100 height=100>Displays applet