Is there a difference between HTML5 and jQuery, or is jQuery an instrument I can use in the HTML5 logic ?
I am a little confused by the terminology I guess and I hope someone can enlighten me.
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 is a markup language. jQuery is a Javascript library. They’re not the same thing.
They are related however: Javascript code embedded in (or referenced from) HTML5 documents can use the objects and methods provided by jQuery to perform its tasks.