+ 6
Can you use html5 with CSS, JQUERY and JavaScript together in the same program?
9 Respostas
+ 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
+ 10
am working on a project and am using exactly that ..... they integrate admirably
+ 3
Yes, you can use all these languages and libraries in one document, because they are together interconnected! :)
+ 3
Yes you can,jquery is a JavaScript library,soo..it's still the same thiny
+ 2
if you want
0
yes you can, but no need to complicate matters just use the language or library you understand best
0
thanks for your answers,helped alot
0
I think so
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.