Do I have to have a fancy HTML editor? No; matter of fact, you can instantly create your own HTML page just by using your favorite text editor (such as "Notepad" in Windows). Of course, having a HTML editor would help since these days most of them will let you create HTML documents without knowing any HTML commands.
So, feel like taking the challenge of creating possibly your first HTML document without using any fancy HTML editors? Well, good for you. Here's how to do it...
<HTML> <HEAD> <TITLE>Hello, World!</TITLE> </HEAD> <BODY> Hello HTML world, here I come... </BODY> </HTML>
That's it! You just created a HTML file the old fashioned way. Now you can browse the web to find your favorite place to learn new HTML commands! Following link maybe a good starting point:
NCSA--A Beginner's Guide to HTML Home Page