0
help me out
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> </body> </html> <p> <img src="https://www.google.com/search?q=image+of+flower&sxsrf=ALeKk02ZbKWK7UNPFVlIIKBm1urK2kBLSg:1626146315536&tbm=isch&source=iu&ictx=1&fir=JJ2XC_0YXUsSxM%252CVw3JNAq0NqCjLM%252C_&vet=1&usg=AI4_-kTjwlPZspq-qcWGdCnDoXILVC3fOw&sa=X&ved=2ahUKEwi43fWLi9_xAhUxq0sFHZvVDCwQ9QF6BAgQEAE#imgrc=JJ2XC_0YXUsSxM"</p>
3 Answers
+ 4
The url is wrong. Thatâs a regular url that you copied, not an image address.
Click on the image and copy the image address.
+ 1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<p> <img src="https://www.google.com/search?q=image+of+flower&sxsrf=ALeKk02ZbKWK7UNPFVlIIKBm1urK2kBLSg:1626146315536&tbm=isch&source=iu&ictx=1&fir=JJ2XC_0YXUsSxM%252CVw3JNAq0NqCjLM%252C_&vet=1&usg=AI4_-kTjwlPZspq-qcWGdCnDoXILVC3fOw&sa=X&ved=2ahUKEwi43fWLi9_xAhUxq0sFHZvVDCwQ9QF6BAgQEAE#imgrc=JJ2XC_0YXUsSxM"</p>
in this what is wrong
0
UBAID ANSARI
Tap the image and click "open image in new tab" then copy the link of that tab .
https://code.sololearn.com/WGu4mqHaOst0/?ref=app