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);

18th Jun 2017, 2:23 PM
Vincent Alexander Ochoa
Vincent Alexander Ochoa - avatar
4 Answers
+ 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.
18th Jun 2017, 2:48 PM
Lord Krishna
Lord Krishna - avatar
+ 1
thank you brother
31st Oct 2017, 3:14 PM
Agustinus Giri Hartono
Agustinus Giri Hartono - avatar
0
$("#demo").height(68);
20th Nov 2020, 1:58 PM
ABDLLKADER ESAID
ABDLLKADER ESAID - avatar
0
$("#demo").height(68);
5th Mar 2021, 8:27 PM
haitham hasan
haitham hasan - avatar