0
What is wrong in this?. Why I cannot get the image??
html> <head> <title>first page</title> </head> <body> <img src="https://images.app.goo.gl/LoZK1GNz6JEhi7Df6/phoenix.jpg" /> </body> </html>
2 Answers
0
It seems the link is incorrect
html> <head> <title>first page</title> </head> <body> <img src="https://images.app.goo.gl/LoZK1GNz6JEhi7Df6/phoenix.jpg" /> </body> </html>