HTML <tt> 标签用于以等宽字体或固定宽度字体定义文本,以便在浏览器上呈现为电传打字机、纯文本屏幕或行式打印机。
注意:不要使用 HTML <tt> 标签,因为 HTML5 不支持它,您可以使用以下标签来更好地使用:
<code>:代表计算机编程代码
<pre>:在纯文本中保留换行和缩进。
<kbd>:代表键盘输入。
<var>:表示方程中的变量
<samp>:将文本表示为样本输出。
<tt>This is teletype paragraph</tt>
以下是关于 HTML <tt> 标签的一些规范
展示 | 排队 |
开始标签/结束标签 | 开始和结束标记 |
用法 | 格式化 |
<!DOCTYPE html> <html> <head> <title>HTML tt tag</title> </head> <body> <h2>Example of tt tag</h2> <p>This is paragraph with default font</p> <p><tt>This is teletype paragraph</tt></p> </body> </html>
输出:
<tt> 标签不包含任何特定属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<tt> | 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