Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Registered User
    Join Date
    Nov 2019
    Posts
    14

    How do you add JavaScript to HTML?

    Hello friends,

    How do you add JavaScript to HTML?

  2. #2
    Registered User
    Join Date
    Dec 2018
    Posts
    643
    To include an external JavaScript file, we can use the script tag with the attribute src . You've already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the <head> tags in your HTML document.

  3. #3
    Registered User
    Join Date
    Dec 2019
    Posts
    4
    You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code.

  4. #4
    Senior Member
    Join Date
    Jul 2019
    Posts
    582
    Hey aksharam, as you are a newbie in this forum I would like to request you to post a thread that is related to the category.

  5. #5
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Hi Friends,
    To include an external JavaScript file, we can use the script tag with the attribute src . You've already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the <head> tags in your HTML document.

  6. #6
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,348
    JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.

  7. #7
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    To include an external JavaScript file, we can use the script tag with the attribute src . You've already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the <head> tags in your HTML document.

  8. #8
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    To Run JavaScript code with HTML we nothing to do fancy anything.

    There is Following way to do that

    Use <script> </script> in you html file and write JavaScript code in the script block.
    Create external JavaScript file name as per choice and save it with extension js and make sure it is in working directory/Folder then link the JS file with HTML file using <script src=”external JS file path goes here”></script>. now you good to go by writing code of Javascript

  9. #9
    Senior Member
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    5,019
    To include an external JavaScript file, we can use the script tag with the attribute src . You've already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the <head> tags in your HTML document.
    Cheap VPS | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop
    Cheap Dedicated Server | Free IPMI Setup

  10. #10
    Registered User
    Join Date
    Sep 2019
    Location
    US
    Posts
    382
    You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The <script> tag can be placed in the <head> section of your HTML, in the <body> section, or after the </body> close tag, depending on when you want the JavaScript to load

  11. #11
    Registered User
    Join Date
    Mar 2019
    Location
    Ahmedabad
    Posts
    180
    You can use <script> tag

  12. #12
    Registered User
    Join Date
    Dec 2019
    Posts
    120
    You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The <script> tag can be placed in the <head> section of your HTML, in the <body> section, or after the </body> close tag, depending on when you want the JavaScript to load.

  13. #13
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The <script> tag can be placed in the <head> section of your HTML, in the <body> section, or after the </body> close tag, depending on when you want the JavaScript to load.

  14. #14
    Registered User
    Join Date
    Nov 2019
    Posts
    90
    You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The <script> tag can be placed in the <head> section of your HTML, in the <body> section, or after the </body> close tag, depending on when you want the JavaScript to load.

  15. #15
    anything in HTML is added with the help of coding.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.