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.


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -