Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Following Best Practices with HTML

I want to write a website that follows Best Practices with my choice of staying the HTML.

1) Should ALL styling reside in a distinct CSS file? Or are there exceptions?
2) What about HTML5? Should I only use HTML5?
3) I plan on writing it using MS MVC3, so is Razor HTML5 compliant?
4) Where can I lean what calls have been deprecated?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks!