奇思妙想 · 2024年 5月 18日 0

Applet标签是HTML哪个版本开始废弃?

11 次浏览

HTML 4.01 <applet>元素开始废弃。

  • 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.

HTML 5开始<applet>完全不支持,可使用<object>替换。