Can i align the image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i align the image

29th Jun 2018, 3:00 PM
Daksh Verma
Daksh Verma - avatar
4 Answers
+ 5
In HTML5 you can't align image. But using CSS you can align images in webpage.
29th Jun 2018, 3:19 PM
Joshua Raison
Joshua Raison - avatar
+ 1
for example #image { align: center; }
29th Jun 2018, 3:16 PM
Eli Ben Shimon
Eli Ben Shimon - avatar
+ 1
This type of question seem more an enigm than a programming problem.. Can you specifiy a context and , if dont not disturb you, some code?
29th Jun 2018, 3:17 PM
KrOW
KrOW - avatar
0
to align image use CSS align:;
29th Jun 2018, 3:15 PM
Eli Ben Shimon
Eli Ben Shimon - avatar