开发者

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, and the selectors you use. So, yes, there is a difference.


Aside from the fact to select children one is div > form and the other is form > div no.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜