Open In App

UGC-NET | UGC NET CS 2015 Dec – III | Question 75

Like Article
Like
Save
Share
Report

__________ tag is an extension to HTML that can enclose any number of Javascript statements.
(A) < SCRIPT >
(B) < BODY >
(C) < HEAD> >
(D) < TITLE >


Answer: (A)

Explanation:

  • < SCRIPT > tag is an extension to HTML that can enclose any number of Javascript statements.
  • < BODY > contains all the content of HTML document
  • <HEAD>contains meta data
  • < TITLE > defines the title of document.
  • So, option (A) is correct.

    Quiz of this Question


    Last Updated : 12 Jun, 2018
    Like Article
    Save Article
    Share your thoughts in the comments
    Similar Reads