3 Answers
+ 1
Use the <img> tag for embed images. When copying images from the web, be sure to grab the location for the source file, instead of the Webhosting address link. Your embeded code should look like this. HTML example: <img src="https://thumbs.dreamstime.com/b/aerial-houses-residential-british-england-drone-above-view-summer-blue-sky-estate-agent-165307658.jpg" /> CSS example: body { background-image: url('https://thumbs.dreamstime.com/b/aerial-houses-residential-british-england-drone-above-view-summer-blue-sky-estate-agent-165307658.jpg'); }
21st Oct 2022, 8:53 PM
Chris Coder
Chris Coder - avatar
0
* Add code in between body tag. * Paragraph is not closed. * Css body tag not closed. * And that is not image link. You are using web page link.
21st Oct 2022, 8:19 PM
Jayakrishna 🇼🇳
0
Thanks, corrections noted.
23rd Oct 2022, 1:02 PM
Abaoluwase
Abaoluwase - avatar