New HTML attributes
- The STYLE attribute allows styling commands to be hard coded for a single element as the value of the STYLE attribute.
- The CLASS attribute makes it possible to group elements of different kinds (P, H1, BLOCKQUOTE, etc.) into a class
so that they can share the style defined for that class.