A simple page might look something like...
This is a simple page.The HTML for this looks like...
It uses a handful of font effects.
It has a link.
<html>The stuff you'd cut-n-paste is between the <body> and </body> tags. (This is how I wrote all of the HTML code for this post!)
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title></title>
</head>
<body>
This is a simple page.<br>
<br>
<b>It</b> <i>uses</i> <u>a</u> <font color="#990000"><i><b>handful</b></i></font>
<u><i>of</i></u> <font color="#cc33cc"><u><b>font</b></u></font> <font
color="#993300"><big>effects</big></font>.<br>
<br>
It has a <a href="http://www.freerepublic.com">link</a>.<br>
</body>
</html>
But whatever you do, don't use MS Word. It can save documents as HTML, but the resulting code is sloppy and the files are huge.