<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8">
  <title>
   HTML5 removed elements
  </title>
 </head>
 <body>
<h1>Removed Elements</h1>

<p>The following HTML 4.01 elements has been removed from HTML5:

<ul>
<li>&lt;acronym&gt;
<li>&lt;applet&gt;
<li>&lt;basefont&gt;
<li>&lt;big&gt;
<li>&lt;center&gt;
<li>&lt;dir&gt;
<li>&lt;font&gt;
<li>&lt;frame&gt;
<li>&lt;frameset&gt;
<li>&lt;noframes&gt;
<li>&lt;strike&gt;
<li>&lt;tt&gt;
</ul>
</body>
</html>