Is there a direct relation between these two? Is it necessary to use ECMA 5.1 scripting languages (javascript) in HTML5 pages.
Thanks
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.
I’m not sure I understand your question.
HTML5is markup used to structure your elements andECMAis a family of languages used to manipulate it (and perform some other tasks).If you want all (most anyway) browsers to be able to understand your code, then keeping to ECMA 5.1 standard my be a good idea. However,
HTML 5doesn’t require you, as a standard, to use any scripting language. In factHTML 5is not concerned with anything other than… well HTML.