Tags which are degraded in HTML5


Removed tag Usage Alternative HTML tags Alternative CSS properties
<acronym> acronym or abbreviation for a word <abbr>
<applet> Java applet <object>
<basefont> default font size for a document
font, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, @font-face
<big> text font size one size bigger
font-size
<center> center content horizontally within the containing element
text-align
<dir> directory <ul>
<font> font size, color and face
font, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, @font-face
<frame> area in which another HTML document can be displayed <iframe>
<frameset> container for <frame> elements

<noframes> element used when <frame> elements are not supported

<strike> strike-through <del> or <span> text-decoration
<tt> display text with monotype font <code>
  Java applet default font size for a document font, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, @font-face text font size one size bigger font-size
center content horizontally within the containing element text-align directory
    font size, color and face font, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, @font-face area in which another HTML document can be displayed

Comments

Popular posts from this blog

Create a custom Drupal 8 module

Create Multisite using single codebase and single Database