omg why is this so hard for me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

omg why is this so hard for me?

hey so i have written my code everyway possible and i still cant seem to get it to work. can someone tell me what i might be doing wrong? image is in the same folder as my .HTML file <html> <title> hey dog</title> <body> <p> what is this picture</p> <img scr="C:\Users\afarley\Pictures\New folder\Aaron.jpg" alt=''/> </body> </html> any help would be greatly appriciated

12th Oct 2016, 7:39 PM
Aaron
Aaron - avatar
2 Answers
+ 1
It's "src", not "scr". Also, if the image is in the same folder, you can just ditch all of that and write <img src="Aaron.jpg" /> :)
12th Oct 2016, 8:23 PM
Schindlabua
Schindlabua - avatar
+ 1
hey Schindlabua thanks so much. I cant believe I did not catch it too hahah. You have helped me so much. Wish i could Up vote your profile. You are the best!
17th Oct 2016, 2:09 PM
Aaron
Aaron - avatar