开发者

is there a difference from a css point of view between

开发者 https://www.devze.com 2023-02-12 02:31 出处:网络
<div> <form> </form> </div> 开发者_高级运维and.. <form> <div>
<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

精彩评论

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

关注公众号