nerdexam
Microsoft

98-375 · Question #87

Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)

The correct answer is B. position D. float. B: CSS position Property The position property specifies the type of positioning method used for an element (static, relative, absolute or fixed). D: CSS float Property The float property specifies whether or not a box (an element) should float.

Understanding CSS3

Question

Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)

Options

  • Adisplay
  • Bposition
  • Coverflow
  • Dfloat

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    78% (35)
  • C
    16% (7)

Explanation

B: CSS position Property The position property specifies the type of positioning method used for an element (static, relative, absolute or fixed). D: CSS float Property The float property specifies whether or not a box (an element) should float.

Topics

#float#position#CSS layout#element positioning

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice