Solved

Given the Following Img Element, Which of the Subsequent CSS

Question 4

Multiple Choice

Given the following img element, which of the subsequent CSS rules would position the image to the left, so text flows along its right edge?

< img class ="reposition" src= " ../images/peace.jpg" width="100" height="100" alt="" >


A) <code>.reposition {position: left;}</code>
B) <code>.reposition {position: right;}</code>
C) <code>.reposition {float: left;}</code>
D) <code>.reposition {float: right;}</code>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions