Home >Backend Development >PHP Tutorial >问一个代码高亮<pre>标签那一种比较标准化些?

问一个代码高亮<pre>标签那一种比较标准化些?

WBOY
WBOYOriginal
2016-06-06 20:49:36829browse

问一个代码高亮<pre class="brush:php;toolbar:false">&lt;code&gt;&lt;/code&gt;标签那一种比较标准化些?</pre>

<code><code lang="php">
代码..  
</code>

<code class="brush:php;">
代码
</code>
</code>

回复内容:

问一个代码高亮<pre class="brush:php;toolbar:false">&lt;code&gt;&lt;/code&gt;标签那一种比较标准化些?</pre>

<code><code lang="php">
代码..  
</code>

<code class="brush:php;">
代码
</code>
</code>

code 一般用于行内代码,pre 用于行间

<pre class="brush:php;toolbar:false"></pre> 更好吧

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn