+ 3
can image be aligned ? if yes then how
4 odpowiedzi
+ 2
I know this way
https://code.sololearn.com/Wh2KcvzsvM74/?ref=app
+ 18
Yes an image can be aligned but only using a certain number of property. For example by giving it an absolute or relative position with the "Position" property, then choose its position with respect to the right, left top or bottom. You can also center it in relation to its parent element. For example, you put your image in a div and apply the alignment to the Div since the img element does not support this property in HTML5.
0
yes they can be
you can use
<center> and </center> tags to align them to center.
0
you can do it with CSS or Bootstrap too