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
How do you select all p elements inside a div element?
Anonymous Quiz
30%
div . P
19%
div + p
51%
div p
How do you make each word in a text start with a capital letter?
Anonymous Quiz
11%
You can't
19%
transform: capitalize
70%
text-transform: capitalize
What is the value of 1 vmax if viewport is 1000px wide and 800px high
Anonymous Quiz
26%
80px
19%
10px
21%
8px
34%
100px
Initial value for background-attachment CSS property
Anonymous Quiz
40%
inherit
5%
Local
18%
Scroll
37%
Fixed
Which CSS property is not animatable?
Anonymous Quiz
35%
Display
24%
Font size
18%
Width
23%
Opacity
Which one is valid for box-sizing CSS property
Anonymous Quiz
53%
Content - box
28%
Display - box
19%
inline - box
Thought you might enjoy this course on @Udemy: Complete Responsive Web Development: 4 courses in 1
https://www.udemy.com/share/101qEMAEIcc11RRn8B/
Coupon 👉WEB4IN1NOV2020
🔥🔥🔥
!!!!!! Coupon expires in 10hr !!!!!!
https://www.udemy.com/share/101qEMAEIcc11RRn8B/
Coupon 👉WEB4IN1NOV2020
🔥🔥🔥
!!!!!! Coupon expires in 10hr !!!!!!
Udemy
Complete Responsive Web Development: 4 courses in 1
Master yourself in HTML5, CSS3, Bootstrap, jQuery and responsive web development
Choose the correct JavaScript syntax to change the content of the following HTML code.
<p id="html">what html stands for?</p>
<p id="html">what html stands for?</p>
Anonymous Quiz
23%
document.getElement(“html”).innerHTML=”hyper text markup language”;
24%
document.getElementById(“html”).innerHTML=hyper text markup language;
11%
document.getId(“html”)=" hyper text markup language ”;
42%
document.getElementById(“html”).innerHTML=" hyper text markup language";