I want to move from HTML 4.01 to HTML5.Does that mean I’ve to learn JavaScript first, then move to learn advance topics on HTML5 like canvas , local storage,….?
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.
JavaScript is basically the programming language for dynamic behavior in HTML 5. You would model your look and feel using HTML and CSS, and model the behavior using JavaScript. Refer to this SO post that discusses this topic in more depth.
And yes, if you are serious about HTML 5 you probably want to be familiar at least on a cursory level with Javascript.