html 基本指令

命令:

<pre> </pre> 格式化输出
<ol></ol> 有序 HTML 列表:
示例:
<pre>
here is outout
</pre>
<ol>
<li> Item one
<li> Item two
<li> Item three
</ol>

网址

<a href="网址">网址</a>
原文地址:https://www.cnblogs.com/jiangfeilong/p/9919361.html