You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You are in the process of creating a web page for ABC.com. The page will contain an image, as
well as text. You have been instructed to make sure that the text surrounds the image, and that
the image is centralized.
Which of the following actions should you take?
A.
You should consider making use of the following code segments:
-ms-wrap-side: both;
B.
You should consider making use of the following code segments:
-ms-wrap-side: left;
C.
You should consider making use of the following code segments:
-ms-wrap-side: right;
D.
You should consider making use of the following code segments:
-ms-wrap-side: largest;
Explanation: