Correcting teacher:天蓬老师
Correction status:qualified
Teacher's comments:
<header>
<ul>
<li>这里是头部</li>
<li>我想横排但不会</li>
</ul>
</header>
里面 main 标签 中写iframe 要注意 name 值 要和上面a 标签关联的一致
<div class="container">
<aside style="display: grid">
<a href="./demo1.html" target="comment">内联框架工作原理</a>
<a href="../1208/demo1.html" target="comment">标题和段落</a>
<a href="../1209/demo8.html" target="comment">表单</a>
</aside>
<main>
<iframe
srcdoc="点左面"
frameborder="0"
name="comment"
width="800"
height="600"
></iframe>
</main>
</div>