Tag: web technology

Questions Related to web technology

An external JavaScript must contain the tag?

  1. True

  2. False


Correct Option: A

How do you write a conditional statement for executing some code if "i" is equal to 5?

  1. if i==5 then

  2. if i=5

  3. if (i==5)

  4. if i=5 then


Correct Option: C
  1. compile time error at line1

  2. compile time error at line2

  3. The code compiles fine

  4. None of the above


Correct Option: C
  1. compiletime error at line 1

  2. forces the class car to be declared as abstract

  3. Runtime Exception

  4. None of the above


Correct Option: B
  1. Computer Style Sheets

  2. Cascading Style Sheets

  3. Creative Style Sheets

  4. Colorful Style Sheets


Correct Option: B
  1. At the top of the document

  2. In the section

  3. At the end of the document

  4. In the section


Correct Option: B