Link to home
Create AccountLog 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
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of curiouswebster

ASKER

Thanks!