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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -