You are on page 1of 1

<a href="index.

html" style="text-decoration: none">This link has no underlines</a>


++++++++++++++++++
<center>
<iframe name="content_frame" width="400" height="244"
SRC="fframe.htm">This site uses floating frames
</iframe>
</center>
+++++++++++++++++
<FORM>
<INPUT TYPE="BUTTON" VALUE="Home Page"
ONCLICK="window.location.href='/'">
<INPUT TYPE="BUTTON" VALUE="HTML Books"
ONCLICK="window.location.href='/htmlbooks.htm'">
<INPUT TYPE="BUTTON" VALUE="JavaScript"
ONCLICK="window.location.href='/javascript.htm'">
</FORM>
+++++++++++++++++++++
<FORM>
<INPUT TYPE="button" VALUE="Back" onClick="history.go(-1)">
</FORM>
+++++++++++++++++++++
<FORM>
<INPUT TYPE="button" VALUE="yellow"
ONCLICK="document.fgColor='yellow'">
<INPUT TYPE="button" VALUE="red"
ONCLICK="document.fgColor='red'">
<INPUT TYPE="button" VALUE="blue"
ONCLICK="document.fgColor='blue'">
<INPUT TYPE="button" VALUE="black"
ONCLICK="document.fgColor='black'">
</FORM>

You can also change the background colour of the page in the same way as above by changing
the document.fgColor to document.bgColor

++++++++++++++++++++++

You might also like