Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What elements were removed by HTML5?


May 31, 2021 Article blog



The HTML 4.01 elements that were removed from HTML 5 are:

< acronym > define acronyms

Replace it with <abbr > label

 What elements were removed by HTML5?1

<applet > labels to define embedded applets

Use <object > instead

<applet code="Bubbles.class" width="350" height="350">

An embedded Java applet

</applet>

< basefont > label is used to set the default font size for the document

 What elements were removed by HTML5?2

make larger text < big tags >.

 What elements were removed by HTML5?3

< centerer > label to horizontally center the text it surrounds

 What elements were removed by HTML5?4

label definition directory list

 What elements were removed by HTML5?5

<font > specify the size, font, and color of the text

 What elements were removed by HTML5?6

<frame > label definition subwindows (frame)

 What elements were removed by HTML5?7

< frame set of label definitions > frames

 What elements were removed by HTML5?8

< noframes > display text for browsers that do not support the framework

 What elements were removed by HTML5?9

<strike defines the text with a strikethring > label

Use the <del > label instead

 What elements were removed by HTML5?10

< tt > label defines typewriter text

 What elements were removed by HTML5?11


Of course, a lot of new elements have been added to HTML5: