<XMP> 是什么?标签用于?

2022-01-18 00:00:00 tags html

有人记得 XMP 标签吗?

它的用途是什么?为什么不推荐使用它?

What was it used for and why was it deprecated?

推荐答案

在 W3C 上的 Google 快速搜索显示,引入了 XMP 用于在 HTML 3.2 中显示 预格式化文本 和早些时候.当 W3C 弃用 XMP 标记时,它建议使用 PRE 标记作为首选.

A quick Google search on W3C reveals that XMP was introduced for displaying preformatted text in HTML 3.2 and earlier. When W3C deprecated the XMP tag, it suggested using the PRE tag as a preferred alternative.

更新:http://www.w3.org/TR/REC-html32#xmp, http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.2.1

相关文章