Report Bug
Qus :

Match the CSS Position Property with Its Meaning

CSS Position PropertyMeaning
A. static1. Positions an element at a fixed place in the viewport
B. relative2. The default position (no special positioning)
C. absolute3. Positions the element relative to the nearest positioned ancestor
D. fixed4. 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


Solution
B. A → 2, B → 4, C → 3, D → 1






Report Bug