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
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" /> :)
+ 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!