+ 1
How do i customise the size of the src tag.
3 Answers
+ 2
what about
<src="Image.jpg"
height="10%" width="10%" align="center" alt=""/>
+ 7
@Alain, you can use what you've posted, but it applied for this tag only. you must use what Andrew said, cause it will give same size of all images in your html.
+ 4
No src tag in HTML. Scr is an attribute of img tag.