I looked around and can only find how to set the Editor's design surface background color.
How would I allow a user, during HTML construction, to set the background color?
In HTML it as easy as
<div style="background-color:Green;">
...
</div>
But how might a User set it?
Am I missing some critical concept?