ga-wdi-lessons / html-intro

[web,html]
Creative Commons Zero v1.0 Universal
3 stars 13 forks source link

HTML HW Eric Green #3

Closed ericcgreen closed 7 years ago

ericcgreen commented 7 years ago

3 things I have learned:

  1. I have a better understanding of HTML and CSS semantics, particularly naming them based on their function.
  2. It is important to tailor your web site to your target audience, such as predicting which browser they would most likely use to access your web site and to bear in mind that different browsers display websites differently.
  3. It is also best practice to keep HTML and CSS separate as it not only keeps your work organized, but allows you to focus on the functionality of each.