I can not display any images when practising with html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can not display any images when practising with html

I am an starter in programming and i am building my example of a web in text editor, I know that I should learn php to make mi page be 'online', but I thought that I could actually display images just by putting the url on this code: <img src="url" height="x" width="y" alt="z"> but when I open that in chrome the image is not uploaded, nevertheless when right-clicking and selecting "open in a new tab" the image appear in its original web page, what am I doing wrong?

7th May 2020, 7:52 PM
kevin diaz cordova
kevin diaz cordova - avatar
1 Answer
0
kevin diaz cordova hello, Maybe a typo ? Did you write src:"your URL" or src="your URL" ?
8th May 2020, 12:09 AM
EmmanueLZ.
EmmanueLZ. - avatar