how to insert saved image as background in html
Answers
Answered by
1
Answer:
You have to just type <img src="..."> which means image source.
And between the apostrophe you write the image's name given by the internet.
Eg: <img src="image.png">
and pls watch my html tutorials
https://www.youtube.com/channel/UCCPgkwsa9RPLXXc4GxJKFhQ?view_as=subscriber
ok bye
Similar questions