CSS: ObsoleteTags & Attributes

This is not a lesson for anyone who is learning HTML for the first time. However, for those who worked with older versions of HTML, this is important! We need to forget some tags and attributes which were used to style documents in older versions of HTML because they are no longer supported in HTML5:

Obsolete: Replaced by:
bgcolor background-color : red
color style="color: green;
<center> text-align:center
<font> font-family: calibri, arial, helvetica;
font-color: red;
font-size: 32px;
<strike> <del>

Back button Table of Contents Next button