I have a problem with loading an image from my computer. The following code is what I wrote, and the path for the image,the name of the image, and the format of it(JPEG) are all correct. but it doesn't work and just show me the 'sth' which I wrote in 'alt'.
What could be wrong with it?
<html> <body> <h1>This is my rabbit</h2> <img src="C:\Users\Sophia\Desktop\html\sophia.JPEG" alt="sth" width="600",height="700" /> </body> </html>
Thanks in advance.

New Topic/Question
Reply


MultiQuote




|