what is wrong with thus code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is wrong with thus code?

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://pixaby.com/photos/code-html-digital-coding-web-1076536" alt="" /> </body> </html>

17th Mar 2019, 11:15 PM
Candy Maniac
Candy Maniac - avatar
1 Answer
+ 4
There isn't anything wrong with your code per se, but more just your link as it doesn't lead to an image specifically. If you want to add an image to your code, right click the image, press "View Image", and copy + paste the URL you get from there into the source.
17th Mar 2019, 11:22 PM
Faisal
Faisal - avatar