已弃用 - html

This feature is no longer recommended.

2025-03-12

Written by: tdtc

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Frequently used elements

下面的元素使用CSS替代:

文本的滚动

nobr

Instead, use the CSS property white-space like this:

<span style="white-space: nowrap;">Long line with no breaks</span>

The Plain Text element

使用下面的元素替代:

strikethrough

<del>这个是删除线</del>
<s>This a strikethrough (horizontal line) over text.</s>

Object