Computer Science, asked by mddaniyal786, 4 months ago

For aligning an image left or right _________ of HTML is used

Answers

Answered by Anonymous
1

Answer:

To align images we use the text-align attribute. Here's how it looks:

<div style="text-align : right;">

<img src= cat.jpg>

</div>

Explanation:

You can use the text-align attribute can be used to align both text and images.

Hope this answer was helpful.

Similar questions