how to change the size of background image in HTML without using css please anyone tell
Answers
Answered by
0
Explanation:
Centered full screen html image (not an image in css), Put your image in a div 100% high and wide. If you don't want your image to be stretched you don't want to use width and height seperately. Instead use min-width and min-height. if you have a predefined image you can adjust the position in css.
Similar questions