Haw i put i picture in center plz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Haw i put i picture in center plz

...

5th Dec 2017, 10:19 AM
Nassim Mrad
Nassim Mrad - avatar
3 Answers
+ 3
using align attributes is not a good semantic usage.. so please use css for styling purpose.. to center your picture use css as: img{ display:block; margin:0 auto; }
5th Dec 2017, 10:53 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 2
<p align = 'center'> <img src = 'image.jpg' /> </p>
5th Dec 2017, 10:47 AM
#RahulVerma
#RahulVerma - avatar
0
thanks
5th Dec 2017, 10:54 AM
Nassim Mrad
Nassim Mrad - avatar