0
DOUBT IN HTML
Why can i put the image on centre as i done code like this: <img src="....." align="center" alt="" /> and it also work for left and right but not for centre.
1 Answer
+ 8
as html5 doesn't support aling attribute and center most of cases so better to use css margin property..