Avoid the Deprecated Inline Style Tags in HTML 5

The following inline style tags should be avoided because they are not valid in HTML 5:

Styles of elements in HTML documents should be provided using CSS rather than inline style tags.

Although these are tags that are not valid in HTML 5, for backward compatibility with existing documents, these style tags may be supported in HTML 5 compliant browsers. However, when creating web documents conforming to the HTML 5 specifications, authors should avoid these deprecated tags.