Why is it that my image was unable to display? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Why is it that my image was unable to display?

I gave the right address but it did not display

12th Dec 2017, 4:13 PM
Ebere Daniel Obumneme
Ebere Daniel Obumneme - avatar
3 Antworten
+ 1
please show the code..
12th Dec 2017, 4:19 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
First of all, I don't know why u put the image tag after html tag opening.. And second thing the src attribute of the img tag should have the proper path of the img.. and here in sololearn if the img u want to add is in your phone then u need to upload it to image hosting site and grab that link and then paste it here in src attribute
12th Dec 2017, 4:28 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
<!DOCTYPE html> <html> <img src="mylogoart20171209183215.jpg"height="150px"width="150px"alt=""""/> <head> <h1>eDaniels</h1> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> <body> <div class="section"> <p> Hello! I'm <strong>Daniel</strong>. Coding is a good thing to learn. It's not just about apps. Learning to code gave me <i>problem-solving skills</i> and a way to communicate with others on a technical level. I can also develop websites and use my coding skills to get a better job. And I learned it all at <strong>SoloLearn</strong> where they build your self-esteem and keep you motivated. Join me in this rewarding journey. You'll have fun, get help, and learn along the way! </p> <p class="quote">"In IT skill acquisation, you need to be samrt all time"</p> </div> </body> </html>
12th Dec 2017, 4:23 PM
Ebere Daniel Obumneme
Ebere Daniel Obumneme - avatar