Vidyalelo
CSS · Q140

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 140

Q140

Which of the following CSS Property controls how an element is positioned?

A.
position
Answer
B.
set
C.
static
D.
fix

Answer: Option A

Solution

Answer: Option A
Solution:
Controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the normal flow of the document. When set to relative, the element is moved relative to its position in the normal flow, but a space is left where it would normally have been. The default value, static, means the element remains in the normal flow and is not positioned.