html5 éléments supprimés : acronyme, applet, basefont, big, center, dir, font, frame, frameset, noframes, strike, tt, s, u, etc.
![html5 supprime ces éléments](https://img.php.cn/upload/article/202111/01/2021110116111312796.jpg)
L'environnement d'exploitation de ce tutoriel : système Windows 7, version HTML5, ordinateur Dell G3.
Les éléments HTML 4.01 qui ont été supprimés dans HTML 5 sont :
Définir l'acronyme
Veuillez utiliser la balise <abbr></abbr>
pour le remplacer <abbr></abbr>
标签替代它
![163575451866523html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/126/263/510/163575451866523html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
请使用<object></object>
代替它
<applet code="Bubbles.class" width="350" height="350">
一个嵌入的 Java applet
</applet>
Copier après la connexion
标签用来设置文档的默认字体大小
![163575453119668html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/686/334/402/163575453119668html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
标签制作更大的文本。
![1635754538917120.png html5 supprime ces éléments](https://img.php.cn/upload/image/661/228/765/1635754538917120.png)
标签对其包围的文本进行水平居中处理
![163575455925571html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/406/937/375/163575455925571html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
标签定义目录列表
![163575456839216html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/366/745/689/163575456839216html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
规定文本的尺寸、字体和颜色
![163575457922116html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/195/675/427/163575457922116html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
标签定义子窗口(框架)
![163575458615359html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/152/986/160/163575458615359html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
![1635754592293370.png html5 supprime ces éléments](https://img.php.cn/upload/image/844/311/320/1635754592293370.png)
为不支持框架的浏览器显示文本
![1635754597293850.png html5 supprime ces éléments](https://img.php.cn/upload/image/988/335/619/1635754597293850.png)
标签定义加删除线的文本
请使用<del></del>
![163575451866523html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/126/263/510/163575451866523html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
![163575460389433html5 supprime ces éléments html5 supprime ces éléments](https://img.php.cn/upload/image/186/570/162/163575460389433html5%20supprime%20ces%20%C3%A9l%C3%A9ments)
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!