+ 3
Width in % is width of screen or width of Image?
if we use width="100%" then it will show image with its original width or 100%width of browser page?
3 Answers
0
browser page,
for original width you can do width:auto; in your css
0
100% of Browser page
0
if we use width in the tag of img as <img width=300> it display the width of image.