Quick Tip
CSS - when using more than one way to apply a style, be sure to understand style precedence. Inline styles will take precedence over embedded. Embedded will take precedence over external. For the most part, web sites are easier to work with and maintain when most if not all the styles are on an external style sheet in one place . . . then precedence is not an issue.
HTML5: Why HTML5?