Problem displaying jpeg image in html5
Hi friends,
Hope all are fine.
This code below is in notepad
My code is as below and i am not able to display JPEG image the file and the image are in same folder
<html>
<body>
<img src="Photo2095.jpeg" alt="my pic"/>
</body>
</html>