Does HTML support Javascripts?

0

Yes, HTML supports JavaScripts. We can use JavaScript anywhere in the HTML Coding. Mainly there are four sections where we can add JavaScript in HTML.

  1. Head Section : We can add JavaScript in Head section of HTML.

…..Javascript….

  1. Body Section : ….. Javascript…
  2. Head and Body both : We can add Javascript in both head and body section.

and …..Javascript….

  1. External File : Script in and external file and then include in ….. section.
asked Apr 14, 2023 at 23:57
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.