Question
Download Solution PDFWhich tag is used to enclose any number of javascript statements in HTML document?
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFConcept:
Javascript is a programming language for use in HTML pages. Its programs are run by interpreter built into the user’s web browser.
Explanation:
Programs in javascript language are known as scripts. It can execute both on browser and server or any device that supports special program javascript virtual machine. It has full integration with HTML/CSS.
Javascript programs can be inserted into any part of HTML document with the help of <script > tag.
Example :
<html>
<body>
<script>
alert (“this is javascript program”);
</script>
</body>
</html>
Last updated on Jun 19, 2025
-> The UGC NET City Slip 2025 has been released on its official website today.
-> The UGC NET June 2025 exam will be conducted from 25th to 29th June 2025.
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.