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)

jQuery MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following is/are the sources of Conte... >>
<< To deal with cookies in jQuery we have to use ____...