• How to Fix:

    • Use HTML only to structure your content (not to apply formatting)

    • Use Cascading Style Sheets (CSS) to apply formatting and style

    • Structure your content using headings (<h1>) paragraphs (<p>), lists (<ol>, <ul>, and <li>) and tables

    • Do not use HTML elements for purposes other than what they were intended (Example: use <blockquote> only for quotes, not to indent)

    • Use CSS to define the look of your structure and content