How do i center align an image thats not a jpg or gif | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i center align an image thats not a jpg or gif

12th Sep 2016, 12:48 AM
jen
jen - avatar
5 Answers
+ 4
Try use <center><img></center>
12th Sep 2016, 12:56 AM
Aguel Satria Wijaya
Aguel Satria Wijaya - avatar
+ 3
<body> <center> <img src="example.png" height="50%" width="50%"></center> <\body> try it all the best
12th Sep 2016, 2:52 PM
Jack
0
thank you!!
12th Sep 2016, 1:02 AM
jen
jen - avatar
0
put img tag between center tags
12th Sep 2016, 4:49 AM
Akash Kamble
Akash Kamble - avatar
- 1
<img align="center">
12th Sep 2016, 9:12 AM
mhennaoui
mhennaoui - avatar