+ 1
Can i align the image
4 Answers
+ 5
In HTML5 you can't align image.
But using CSS you can align images in webpage.
+ 1
for example
#image {
align: center;
}
+ 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?
0
to align image use CSS align:;