there is a photo in c:/workspace/abbr.jpg.
why it can not be displayed in the screen?
Code:
<html> <body> <img src="file:\\c:/workspace/abbr.jpg" alt="Smiley face" width="42" height="42"> </body> </html>
Comment