Which property is used to align an image to the right or left of the text in HTML
Answers
Answered by
12
Answer:
Explanation:
<img src="example.gif" alt="Example" align="top">
Attribute Value Explanation
align=" " bottom aligns to the bottom (default)
floats image
left the image floats to the left (the text wraps to the right of the image)
right the image floats to the right (the text wraps to the left of the image)
Answered by
6
Answer:
Float
Explanation
float property is used
Similar questions