Very simple example:
1. open notepad
2. save file as index.htm
3. enter this code
<html>
<head>
<title>This is my website's title</title>
<body background="yourbackgroundimage.jpg">
</head>
<img src="userthislineforanimage.jpg" border="0">
<br>
Type text in here and <b>use these to make it bold</b> or <i>these for italic</i> or even <u>these for underlined</u>. A "BR" equals "enter":
<br>
<br>
New alinea here ;). <font color='red'>Font tags allow you to change many things, like for example the color</font>
</body>
</html>
4. save file and double click it.
I hope this helps.
[Updated on: Wed, 29 October 2008 05:15]
Report message to a moderator