第407天 页面布局时你使用最多的标签是什么?div吗?在什么情况下会使用到div? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
wheatup commentedon May 27, 2020
页面的的整体布局使用
<header>
<main>
<aside>
<footer>
等。一些细分的布局使用
<div>
,并指定适当的class
、role
和aria-
属性。