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:

Verified
Correct Answer:
Verified
Q1: For a CSS dimension property (like height),
Q2: By including a background-position: center property-value pair
Q3: A(n) _ icon (also known as a
Q5: By including a <code>background-size: cover</code> property-value pair
Q6: A common way to create a CSS
Q7: For the <code>audio</code> element, which property-value pair
Q8: Normally, web developers choose fonts that are
Q9: To open an image in a browsing
Q10: In implementing a CSS image sprite file,
Q11: In filling a browser viewport's background, what