+ 2
How to define coordinates for images in HTML/5?
3 Answers
+ 2
you mean the size of the image? if so, here you go:
<img src="http://www.google.com/favicon.ico" width="16" height="16">
+ 2
Thank you Hasan, but i know how to define the size of an image, i mean how to set a location for an image.
+ 1
Use align maybe that'll help