Why to not display the image | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Why to not display the image

<!DOCTYPE html> <html> <head> <tital> page1 </tital> </head> <body> <h1> TAG</h1> <p> <a href="https://www.google.com/">Google </a> <hr> <ima src="https://images.app.goo.gl/9ye8e1bSJjbfogHHA.jpg" alt="logo"/> <hr> </p> </body> </html>

4th Sep 2022, 3:33 PM
VH PROGRAMMER
VH PROGRAMMER - avatar
5 Respostas
+ 6
Change <ima> to <img>
4th Sep 2022, 3:41 PM
Arnav Gumber
Arnav Gumber - avatar
+ 2
<ima src="https://images.app.goo.gl/9ye8e1bSJjbfogHHA.jpg" alt="logo"/> <img src... must be, you've got <ima/
4th Sep 2022, 3:43 PM
Natalia Yanishevska
Natalia Yanishevska - avatar
+ 1
NOT: <ima src="" alt="" /> SOLUTION: <img src="" alt="" />
6th Sep 2022, 1:47 AM
Angoshri Basak
Angoshri Basak - avatar
+ 1
For image use <img> not <ima>
6th Sep 2022, 2:00 AM
Hamza Nawabi
Hamza Nawabi - avatar
0
Hi! I followed the provided link on the picture and still did not see it. below is a guide to how to properly upload and paste pictures into HTML sololearn pages: Images https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML audio: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio video: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video How To Upload your phone images on SoloLearn using phone https://code.sololearn.com/WT3661NHpV3B/?ref=app Upload content with Dropbox [Tutorial] https://code.sololearn.com/WW6t4B73kJVz/?ref=app How to host/upload an image (IMGBB way) /by Farhanaz/ https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app Upload content with Google drive https://code.sololearn.com/Wa25A17a19a1/?ref=app
4th Sep 2022, 10:23 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar