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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -