Can you use html5 with CSS, JQUERY and JavaScript together in the same program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can you use html5 with CSS, JQUERY and JavaScript together in the same program?

19th Dec 2017, 5:29 PM
<!--Celestino-->
<!--Celestino--> - avatar
9 Answers
+ 17
jQuery is simply a JavaScript library, meaning, anything you do with jQuery can be done with plain (vanilla) JavaScript, although it might require more lines of code in some cases HTML, CSS, and JavaScript go hand to hand to develop a website with all its aspects HTML - structure CSS - style JavaScript - interactivity so to your question, Yes, you Can use all the aforementioned together and furthermore, you should. of course you can use other libraries instead of jQuery, such as React, Angular (which is actually a framework) and there are plenty more
19th Dec 2017, 5:48 PM
Burey
Burey - avatar
+ 10
am working on a project and am using exactly that ..... they integrate admirably
19th Dec 2017, 7:22 PM
Barracoder
Barracoder - avatar
+ 3
Yes, you can use all these languages ​​and libraries in one document, because they are together interconnected! :)
19th Dec 2017, 5:49 PM
James16
James16 - avatar
+ 3
Yes you can,jquery is a JavaScript library,soo..it's still the same thiny
19th Dec 2017, 5:59 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
if you want
23rd Dec 2017, 2:04 PM
Utkarsh Singh
Utkarsh Singh - avatar
0
yes you can, but no need to complicate matters just use the language or library you understand best
19th Dec 2017, 9:19 PM
Dark Phantom
Dark Phantom - avatar
0
thanks for your answers,helped alot
19th Dec 2017, 9:59 PM
<!--Celestino-->
<!--Celestino--> - avatar
0
I think so
21st Dec 2017, 11:55 AM
Master Mayank
Master Mayank - avatar
0
Yes. You can but you're not forced to do it... You can deliver a richer experience to your visitors/customers if you help your self including CSS and JavaScript on your projects.
21st Dec 2017, 4:03 PM
Joel Arriaza