in html how do i reduce the size of a img that acts as a link using css without altering HTML code
Answers
Answered by
1
In order to control the size of an image displayed on the screen without literally altering the file itself is to display it inline with the <img> tag. With the img tag, we can set “width” and “height” attributes to control the image's size.
Answered by
0
Answer:
use selector img and then set height and width and padding and border
Explanation:
Similar questions