I know Xara is selling the "don't worry about code" thinking, but the reality of the web today is one must get into code at times.
A simple change that would be great is if an end comment tag could be added to the </div> tag for those that have to get into code.
Example:
<div class="fooclass">
blah, blah, blah
</div><!-- end fooclass -->
Having worked code for years, I cannot tell you what a time saver this can be for those trying to sort code out or properly place things.