We have it at Uni. It's supposed to be worse that Frontpage, but hey... Each to their own. Dreamweaver is the main one used by pro developers...
The thing with web development is that everyone has their own tools preferances
Whatever tool you choose, you will have to learn XHTML code to get your page to validate to W3C standords. It is currently in the discussion process of being made law that all web pages being hosted in the UK comply to W3C standords, and no tool can create code for you that will validate successfully every time
Some will get close (like Dreamweaver) but others are way off (like Frontpage). They are all usefull tools, but none are perfect
Don't forget to view in IE and Firefox as a minimum when developing. Pages display differently in different browsers. Firefox, Google Crome, Safari e.t.c are all W3C compliant, but IE and Microsoft contantly work against W3C standords... In most browsers, bar IE, the page will appear similar, but will be different in IE. Frontpage allows some things that only IE will allow and that aren't W3C compliant and may fail to show to people that aren't using IE... The reverse argument it true for making your page W3C compliant, IE users might not be able to view the page correctly...
If you get into the web development field seriously, you will find CSS very usefull, and only a few web development tools will let you work with them (Dreamweaver being the only one I find reasonable intuative to use with CSS's). In reality, I prefur to code myself, as I know it valiadates when I get to the end, and I can use CSS easily for the styling... Again though, each to their own
I can still see one or two "rogue elements" in your homepage ATM...
The place for webpage code and validation is
W3C's Website or
here for validation...
All the best
Rabbut