html - is there a difference from a css point of view between -
<div> <form> </form> </div>
and..
<form> <div> </div> </form>
this can change inheritance, perceived width, , selectors use. so, yes, there difference.
<div> <form> </form> </div>
and..
<form> <div> </div> </form>
this can change inheritance, perceived width, , selectors use. so, yes, there difference.
Comments
Post a Comment