how do I make an image small because I don't know how because I'm trying to teach someone and im kind of just winging it so please help me do this because i want to help
In HTML, you can set the width, height, or scale attribute for the <img> tag.
width
height
scale
<img>
eg
<img src="something" width="25%">
@a5rocks thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
how do I make an image small because I don't know how because I'm trying to teach someone and im kind of just winging it so please help me do this because i want to help
In HTML, you can set the
width
,height
, orscale
attribute for the<img>
tag.eg
@a5rocks thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!