Vidyalelo
JavaScript · Q58

Document Object Model And Event Handling

Programming · JavaScript · question 58

Q58

Which of the following is the default positioning elements with CSS?

A.
relative
B.
static
Answer
C.
absolute
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
static is the default value and specifies that the element is positioned according to the normal flow of document content (for most Western languages, this is left to right and top to bottom).