Originally posted by: AnyMal
No offence, that website looks terrible
The are several reasons why you'll want to learn in notepad. First, you have control over how code is layed out. Nothing will get you more respect of your fellow coders/designers then a neat code. Notepad will also teach you how to troubleshoot from the code-level.
So here's my recommendation
1. Learn your basic HTML in Notepad. There are plenty of on-line tutorials that will tell you what each tag does. Pay close attention to nesting rules!
2. Once you're more or less familiar with HTML, learn CSS, it's a god given time saver that makes your life so much easier.
3. Lastly, pickup Dreamweaver and Adobe.
Good luck.