html 基本指令

时间:2023-03-09 06:16:57
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>