How to create a web page using
basic html scripting
This
page is set up so that it is copy/paste friendly. Simply copy
the text
below, paste it into Notepad and change the text, graphis and
links.
Too see this page in its' finished form on the Internet, click here.
Here you go .......
<html>
<head>
<title>
Copy and Paste html codes
</title>
<body bgcolor="ffff66">
</head>
<body>
<p align="right">
Name goes here
<br>
period goes here
<br>
date goes here
</p>
<hr>
<p>
</p><center><em><h1>
<font size="9">The big title on the web page goes
here</font></h1></em></center>
<font color="#996633">
<ul>Here is an unordered (bulleted) list</font>
<li>the first item
</li><li>the next item
</li><li>the last item
</li></ul>
<p>
<a href="http://www.yahoo.com">Click here to go to
Yahoo</a>
</p><p>
<a href="https://rcms-cucamonga-ca.schoolloop.com">Click here
to see the RCMS web page</a>
</p><p>
<img src="rcms_logo.gif">
</p><p>
<a href="http://www.google.com"><img
src="google.gif"></a>
<p>
<font face="Comic Sans MS">This is a different font. Are
we having fun?</font>
</p></body></html>