Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)
CSS position Property
The position property specifies the type of positioning method used for an element (static, relative, absolute or fixed).
CSS float Property
The float property specifies whether or not a box (an element) should float.
Currently there are no comments in this discussion, be the first to comment!