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.
- Head Section : We can add JavaScript in Head section of HTML.
- Body Section : ….. Javascript…
- Head and Body both : We can add Javascript in both head and body section.
- External File : Script in and external file and then include in ….. section.
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.