相关疑难解决方法(0)

我应该在<aside>里面使用<section>标签吗?

有这样的标记:

<aside>
    <div class="widget">
        <h2>Latest news</h2>
        <ul>...</ul>
        <a>more news</a>
    </div>
    <div class="widget">
        <h2>Choose site theme</h2>
        <input type="select" />
    </div>
    <div class="widget">
        <h2>Newsletter subscription</h2>
        <form>...</form>
    </div>
    <div class="widget">
        <h2>Related articles</h2>
        <ul>...</ul>
    </div>
</aside>
Run Code Online (Sandbox Code Playgroud)

哪个标签更合适:<div><section>
部分应该只用于<article>标签内部而不是内部<aside>

html tags html5 semantic-markup semantics

7
推荐指数
2
解决办法
6892
查看次数

标签 统计

html ×1

html5 ×1

semantic-markup ×1

semantics ×1

tags ×1