+ 3
How do I align an image to the left, right and center,?
6 Answers
+ 8
Boitumelo Motlhabane an code by Calvin can help you to do that in easy way
https://code.sololearn.com/WkqM0LWGCsnc/?ref=app
+ 5
Thank you so much GAWEN STEASY đđ˝đ¤đŻâ¤ď¸
+ 5
Welcome Boitumelo Motlhabane đ
+ 2
#image {
margin: 0 auto;
}
or
#image {
width: 40%;
margin-left: 30%;
}
+ 1
Yes
+ 1
Just use align="left" or align="left or align="left etc you can use this in html but it has been removed you must use css.