Here are some of my take aways from Eric Sowell’s presentation at theDallas Tech Fest

  • Semantic markup makes reading html simpler
  • Modernizer of Html5Shim make older browsers work with semantic tags
  • Using a “css reset” can save you lots of grief and frustration

The css reset Eric used came from Eric Meyer’s site. I’ve seen settings in the Blueprint Css style sheets.

I also heard the phrase “In general, you should be more specific;. That sounds rather odd, but given a context of trying to cascade styles to UI elements, it makes more sense. When you can be more specific with your selectors, you will be less surprised by the result.

For additional resources for learning about Css, Eric suggested books by Zeldman, Marcotte, Cederholm and Meyer.