0
I dont get it?
what is the first blank in this question because i cant find it out: Fill in the blanks to set the height of the paragraph with the id="demo" to 68px. $("______").height(68);
4 ответов
+ 2
You have to specify the id=demo in the blanks this way with a hash symbol before
$("#demo").height(68);
This is a challenge from a course check the course for more information. Whenever you get stuck check the comments section for explanation it usually helps.
+ 1
thank you brother
0
$("#demo").height(68);
0
$("#demo").height(68);