HTML <samp> 标签是一个短语标签,用于表示浏览器中计算机程序或脚本的样本输出。
在 <samp> 和 </samp> 之间写入的内容标签呈现在浏览器的默认等宽字体中。
<samp>在此处写入示例输出..... </samp>
以下是关于 HTML <samp> 标签的一些规范
展示 | 排队 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 文字的 |
<!DOCTYPE html> <html> <head> <title>HTML samp tag</title> <style> body{ text-align: center; } </style> </head> <body> <h2>Example of samp tag</h2> <p>I am trying to install a software on my system but it is continuously giving an error message: </p> <p><samp>Error 5: Access is denied.</samp></p> </body> </html>
输出:
<samp> 标签不包含任何特定属性。
<samp> 标签支持 HTML 中的全局属性
<samp> 标签支持 HTML 中的事件属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<samp> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1