I tried different methods but the instagram image its not showing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I tried different methods but the instagram image its not showing

Please help me I really appreciate it share your thoughts about this https://code.sololearn.com/WVkLZcOmUQjE/?ref=app

1st Sep 2022, 5:03 AM
Tachiyomi Saichi
Tachiyomi Saichi - avatar
5 Answers
+ 8
Tachiyomi Saichi This is Wrong tag<image> ,use <img>tag for image... Use like this. <img src="https://i.ibb.co/61XFnbs/2018-social-media-popular-app-logo-instagram-1024.png" alt="2018-social-media-popular-app-logo-instagram-1024" border="0" width="40px" height="40px"> for more... https://code.sololearn.com/WRffQyCS7Rmy/?ref=app
1st Sep 2022, 5:36 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 5
Tachiyomi Saichi i, myself, use font-awesome <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'> <i class="fa fa-facebook share" style="font-size:32px;color:darkblue"></i> <i class="fa fa-instagram share" style="font-size:32px;color:blue"></i> <i class="fa fa-twitter share" style="font-size:32px;color:lightblue"></i>
1st Sep 2022, 5:44 AM
BroFar
BroFar - avatar
+ 2
Tachiyomi Saichi image is a wrong tag.whenever you use it, it will always tell you wrong. See this. this, https://www.w3schools.com/html/html_images.asp https://www.w3schools.com/tags/tag_img.asp For icons you can also try this.. https://code.sololearn.com/WgK0aBFWDy9v/?ref=app
1st Sep 2022, 8:23 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 1
Tนktนk💕 bro but after i rewrite the inage tag its still dont work i guess its because of the source
1st Sep 2022, 7:04 AM
Tachiyomi Saichi
Tachiyomi Saichi - avatar
+ 1
BroFar thats amazing bro
1st Sep 2022, 7:05 AM
Tachiyomi Saichi
Tachiyomi Saichi - avatar