InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property Specifies the left offset of a positioned element?(a) right(b) left(c) bottom(d) upI got this question in an internship interview.I'm obligated to ask this question of Precise Positioning of Elements topic in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT CHOICE is (B) left Best EXPLANATION: Self-explainatory. |
|