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?
1 Respuesta
0
kevin diaz cordova hello,
Maybe a typo ?
Did you write src:"your URL" or src="your URL" ?