How To Use jQuery With HTML

I have a basic question, how to embed the jQuery codes to the HTML

Its exactly same way as standard Javascript.
1. js file

<script src="/jquery.min.js"></script>

2. inline javascript

<script>
  //jQuery codes
</script>
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments