InterviewSolution
Saved Bookmarks
| 1. |
Which property lays the element according to the normal flow?(a) relative(b) absolute(c) fixed(d) static |
|
Answer» Right answer is (a) relative For explanation: When the position property is set to relative, an element is laid out according to the normal flow, and its position is then adjusted relative to its position in the normal flow. |
|