Which is the selector in this code?
p { color: red; }
p { color: red; }
Anonymous Quiz
11%
color
26%
color: red
6%
red
56%
p
Which one is the correct for if statement?
Anonymous Quiz
13%
if i = 5
21%
if (i = 5)
10%
if i == 5
57%
if ( i == 5 )
How do you call a function named " myFuntion"
Anonymous Quiz
79%
myFuntion ( )
13%
call function myFuntion ( )
8%
call myFuntion ( )
We have uploaded all quiz questions. Everyone is performing well. Stay tuned, we will be back with amazing resources. If you like our channel, please share with your friends
http://t.me/WebsiteDesignLearningGroup
Good bye 🤗.
http://t.me/WebsiteDesignLearningGroup
Good bye 🤗.
High Performance JavaScript - Zakas.pdf
4.3 MB
High Performance JavaScript - Zakas.pdf
If we want to wrap a block of text around an image, which CSS property will we use?
Anonymous Quiz
51%
Wrap
5%
Push
30%
Float
14%
Align
Can we align a block element by setting the left and right margins?
Anonymous Quiz
80%
Yes
20%
Not possible
👎1
Suppose we want to arrange five numbers of DIVs so that DIV4 is placed above DIV1 . Now, which CSS property will we use to control the other of stack?
Anonymous Quiz
19%
d- index
13%
s- index
14%
x-index
54%
z- index
If we don't want to allow a floating div to the left side of an element, which CSS property will we use?
Anonymous Quiz
25%
Margin
31%
Clear
29%
Float
14%
Padding
How will you make all paragraph elements 'RED' in Color?
Anonymous Quiz
10%
p.all { Color: red; }
7%
p.all { Color: #990000; }
5%
all.p { Color: #998877; }
77%
p { Color: red ; }
By default hyperlinks are displayed with underline from all hyperlinks by using CSS code?
Anonymous Quiz
10%
a { text : no- underline; }
7%
a { text-decoration: no; }
14%
a { text-decoration : no- underline; }
69%
a { text-decoration: none; }
In css, it is not possible to specify different padding for different sides,
Anonymous Quiz
40%
True
60%
False
The CSS links properties are
Anonymous Quiz
25%
:link, :visited, :hover, : active, :inact
19%
:link, :visit, :hover, : active
49%
:link, :visited, :hover, : active
7%
:link, :visited, :over, : active