Summary:
Tips for Good HTML Code
•Make sure that nested elements do not cross.
•Use styles in place of presentational elements whenever possible. (?)
•Use logical elements to describe an element’s content.
•Use physical elements to describe the element’s appearance.
•