<html 5中的<samp>标记

HTML5 <SAMP>标记用于指示代码的示例输出。
此标记必须打开和关闭<SAMP>标签。
<SAMP>标签支持所有主要浏览器。

HTML5 <samp>标记的例子

<html>
 <head>
     <title>samp标签示例</title>
 </head>
 <body>
     普通文本<br>
     <samp>
         程序代码输出示例
     </samp>
 </body>
 </html>
日期:2020-04-11 23:04:17 来源:oir作者:oir