<listing> - HTML: HyperText Markup Language 编辑
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Summary
The HTML Listing Element (<listing>
) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML 2 standard recommended that lines shouldn't be broken when not greater than 132 characters.
- It is deprecated since HTML 3.2 and was neither implemented by all browsers, nor in a consistent way. Even more it is obsoleted in HTML5 and may be rendered by conforming user-agents as the
<pre>
element, which will interpret the internal HTML! - Instead use the
<pre>
element or if semantically adequate the<code>
element, eventually escaping the HTML '<
' and '>
' so that they don't get interpreted. - A monospaced font can also be obtained on a simple
<div>
element, by applying an adequate CSS style usingmonospace
as the generic-font value in afont-family
property.
Attributes
This element has no other attributes than the global attributes, common to all elements.
DOM interface
This element implements the HTMLElement
interface.
Implementation note: up to Gecko 1.9.2 inclusive, Firefox implements the HTMLSpanElement
interface for this element.
Browser compatibility
BCD tables only load in the browser
See also
- The
<pre>
and<code>
elements to be used instead. - The
<plaintext>
and<xmp>
elements, similar to<listing>
but also obsolete.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论