+ 7
How can I make image view on my browser after running an HTML code.....Kind of difficult for me
7 Antworten
+ 6
<html>
<head>
<title>my photos</title>
</head>
<body>
<img src="http://www.sololearn.com/images/kozeem.jpg"
height="150px" width="150px" alt="kozeem" />
<br />
<img src="http://www.sololearn.com/images/fabulous.jpg"
height="50%" width="50%" alt="fabulous"/>
</body>
</html>
+ 7
That is the code help me correct it to make the image show because it's not
+ 4
Maybe you should post your code.
+ 3
I have done it several times but still not working, maybe you should give me am example
+ 1
<img src="LOCATION OF YOUR IMAGE" />
+ 1
Fpharbhulourz
check the image extension(file format) it could be a jpg/jpeg or png imqge
+ 1
if problem persists try downloading the picture again from another source