<form> //block with margin XY
    <header>Heading</header> //row padding Y
    <p></p> //row with padding Y
    <div></div> //row without padding Y
    <input type="hidden"/>
    <fieldset> //row*
        <legend>Legend</legend> //float
        <label for="%"><span></span></label> //cell*
        <input id="%"/> //cell*
    </fieldset>
</form>