以下语义化标签中属于侧边栏标签的是()。
A. nav
B. section
C. article
D. aside
以下语义化标签中是流标题标签的是()。
A. figure
B. figcaption
C. details
D. summary
以下属性名称是外边距的是()。
A. margin
B. padding
C. width
D. height
以下样式表,可以使被控制的块元素呈现为圆形的是()。
A. width:100px;height:100px;border-radius:50%;
B. width:200px;height:100px;border-radius:50%;
C. width:100px;height:100px;border-radius:5px;
D. width:100px;height:100px;border-radius:10px 50px 20px 5px;