HTML
HTML <code> 元素
在常规文本后面,展示一段代码
源代码:
点击运行 »
<p>This is how we declare a Javascript variable:<br/> <code>var i = 0;</code> </p>
运行结果:
点击运行 »