Do your own HOMEPAGE

Let's start
Open text editor(I think the easiest is notepad).
Write <HTML>and </HTML>everything between those two is yourHTML document.

Next step
write <HEAD><TITLE>my page</TITLE></HEAD>. The text 'my page'is going to show on the top of the Web Browser.
After that comes <BODY>... </BODY>.Between these two tags you write everything youwant to have on your site, putting links,pictures,music, and whatever else youcan think of.

next step