Tag: web technology

Questions Related to web technology

  1. You can't. They're valid until they expire.

  2. Overwrite it with an expiry date in the past.

  3. escape() the value of the path attribute.

  4. nescape() the value of the path attribute.


Correct Option: B

JavaScript was originally developed by?

  1. Adolph

  2. Abel

  3. Aztec

  4. Brendan Eich


Correct Option: D

AI Explanation

To answer this question, you need to know the history of JavaScript.

Option A) Adolph - This option is incorrect. Adolph is not associated with the development of JavaScript.

Option B) Abel - This option is incorrect. Abel is not associated with the development of JavaScript.

Option C) Aztec - This option is incorrect. Aztec is not associated with the development of JavaScript.

Option D) Brendan Eich - This option is correct. JavaScript was originally developed by Brendan Eich while he was working at Netscape Communications Corporation. He created the language in 1995.

Therefore, the correct answer is D) Brendan Eich.

  1. Both the section and the section are correct

  2. The section

  3. The section

  4. The section


Correct Option: A
  1. Colorful Style Sheets

  2. Cascading Style Sheets

  3. Creative Style Sheets

  4. Computer Style Sheets


Correct Option: B
  1. body {color: black}

  2. body:color=black

  3. {body:color=black(body}

  4. {body;color:black}


Correct Option: A
  1. background-color:

  2. bgcolor:

  3. color:

  4. backgroundcolor:


Correct Option: A
  1. all.h1 {background-color:#FFFFFF}

  2. h1 {background-color:#FFFFFF}

  3. h1.all {background-color:#FFFFFF}

  4. h1.all {color:#FFFFFF}


Correct Option: B
  1. a {text-decoration:no underline}

  2. a {text-decoration:none}

  3. a {underline:none}

  4. a {decoration:no underline}


Correct Option: B