HOTSPOT
You have the following code. (Line numbers are included for reference only.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:

Explanation:
https://www.w3schools.com/cssref/pr_margin-left.asp
https://css-tricks.com/almanac/properties/t/transition/
https://www.w3schools.com/cssref/css3_pr_transition.asp
The right answer is YES YES NO i think.
3
9
I would say no, yes, yes.
Funny I don’t get any animations in jsfidddle until I remove declaration margin-left:auto
3
1
Sorry, last one is NO; I thought only line 13 is replaced.
7
0
margin or margin-left is not mention as transition-property so effect cannot be gradual. Element moves from right to left abruptly and keeps moving left and right.
https://codepen.io/anon/pen/YgBpVo#anon-login
1
0
No transition effect until margin-left:auto is removed, since then the element is at 1 place to have the transition complete after the duration mentioned.
0
0
Answer is No, Yes, No
6
0