Match the CSS Position Property with Its Meaning
CSS Position Property | Meaning |
A. static | 1. Positions an element at a fixed place in the viewport |
B. relative | 2. The default position (no special positioning) |
C. absolute | 3. Positions the element relative to the nearest positioned ancestor |
D. fixed | 4. Moves the element relative to its normal position |
5. Makes an element float over other elements | |
6. Aligns the element at the center of the page |
Qusसीएसएस स्थिति संपत्ति का उसके अर्थ के साथ मिलान करें
A. A → 5, B → 4, C → 3, D → 1
B. A → 2, B → 4, C → 3, D → 1
C. A → 5, B → 4, C → 3, D →6
D. A → 4, B → 5, C → 3, D → 1