Discussion :: Javascript - CS
- Which of the following is the default positioning elements with CSS?
Answer : Option B
Explanation :
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).
Be The First To Comment