TT指什么

来源:百度知道 编辑:UC知道 时间:2024/06/16 15:09:14
HTML标签

HTML元素 - tt
定义
以固定宽度字体显示文本。

Renders text in a fixed-width font.

注释
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是内嵌元素。

此元素需要关闭标签。

The TT element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码
<TT>Here's some plain text.</TT>

以固定宽度字体渲染文本]
<TT>此处是纯文本文字。;</TT>