Position प्रॉपर्टी का डिफ़ॉल्ट मान क्या होता है
What is the default value of the position property
A
relative
B
fixed
C
absolute
D
static
Explanation
CSS में position प्रॉपर्टी का डिफ़ॉल्ट मान (default value) static होता है। इसका मतलब है कि HTML एलिमेंट पेज के सामान्य प्रवाह (normal flow) के अनुसार ही दिखाई देगा
Correct Answer: D) static