... property is used to align an image to the right or left of the text a. wrap b. float c. align
Answers
Answered by
3
Answer:
Float
Explanation:
Here are the steps to align an image to the right or left:-
An image is default placed to the left side.
To place the image to the right:-
<!DOCTYPE html>
<html>
<head>
<style>
img {
float: right;
width: 50%;
height: 200px;
</style>
</head>
<body>
<img src="mountain.jpg" alt="">
</body>
</html>
Hope it helps!
Similar questions
Math,
3 months ago
Math,
3 months ago
English,
3 months ago
Math,
6 months ago
Social Sciences,
1 year ago