wouldn t be easier to use dreamweaver or front page, and then edit the html according to the eventual bugs ?
Do you want to create a web page or learn html?
If your goal is to create a static web page, dreamweaver and the likes are interesting productivity-wise. But if you want to do interesting stuff, (forums, blogs, e-commerce website, ...)
interactive dynamic stuff, you'll have to learn more complex technologies (usually JEE, PHP or .NET) and they all rely on HTML.
So do this as an exercise, for practice, and get used to all the <div> and <span> blocks.
Remeber one thing, HTML is not a programming language, it's just the web language you'll need to use to program websites.