Q:

What is the correct jQuery code for making all div elements 100 pixels high?

0

What is the correct jQuery code for making all div elements 100 pixels high?


  1. $(“div”).height=”100
  2. $(“div”).height(100)
  3. $(“div”).yPos(100)
  4. None

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C.$(“div”).yPos(100)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now