Tag: web 2.0

Questions Related to web 2.0

  1. border-width:10px 5px 20px 1px

  2. border-width:10px 1px 5px 20px

  3. border-width:10px 1px 20px 5px

  4. border-width:10px 20px 5px 1px


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: D
  1. body {color: black}

  2. {body;color:black}

  3. {body:color=black(body}

  4. body:color=black


Correct Option: A
  1. // comment here//

  2. ' comment here

  3. /* comment here */

  4. // comment here


Correct Option: C