exam questions

Exam 98-375 All Questions

View all questions & answers for the 98-375 exam

Exam 98-375 topic 1 question 74 discussion

Actual exam question from Microsoft's 98-375
Question #: 74
Topic #: 1
[All 98-375 Questions]

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

  • A. display
  • B. position
  • C. overflow
  • D. float
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️
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.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
contabaiswa
4 years ago
A and D seem correct to me as you can place elements next to each other by setting display to inline.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...