Do html5 and css3 functionalities depend on the browser (only)? I just need this cleared, thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
HTML5 and CSS3 depend on recent browsers.
Certain syntax from HTML5 and CSS3 are supported in certain browsers, others not.
You don’t need to “install” anything to start using either languages, they are entirely dependant on the browser supporting / being able to render the code.
for HTML5 , you need to put the following at the top of your HTML document to declare that you are using HTML5:
Here is a great compatibility chart to see where HTML5 and CSS3 work and on what browsers:
http://www.findmebyip.com/litmus/
http://fmbip.com/
Cheers.