0003 分组元素
分组元素
<body>
<p>段落</p>
<div>通用分组 块</div>
<blockquote>大段</blockquote>
<pre>
保持编辑器排版
</pre>
<hr><!-- 分割线 -->
<ul>
<li>无序列表</li>
</ul>
<ol>
<!-- start开始 序号
value设置当前序号
type表示列表编号类型1,a,A,i,I-->
<li>有序列表</li>
</ol>
<dl>
<dt>生成说明列表</dt>
<dd>列表内容</dd>
</dl>
<figure>
<figcaption>使用插图</figcaption>
<img src="xxx.png" alt="">
</figure>
</body>
如有错误,可评论指出,谢谢。


浙公网安备 33010602011771号