notepad - html img src not working -
i'm trying create simple web page using notepad. want add image. image not loading.i tried different browsers,but no luck. please help. image size 26kb.
here code,
<html> <head> <title>global warming</title> </head <body> <img src="images.jpg"/img> </body> </html>
you have code error. on line 4 head closed missed ">" sign. plus way tagging image in html incorrect. should
<img scr = "imagepath/imagename.extention" />
Comments
Post a Comment