Pls can someone tell how to add another image to this code, tried this tag but it didn't work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Pls can someone tell how to add another image to this code, tried this tag but it didn't work

https://code.sololearn.com/WSqisv9Tj55F/?ref=app

24th Sep 2018, 10:57 PM
IHEKWOABA DANIEL
IHEKWOABA DANIEL - avatar
8 Answers
+ 3
You can use some methods: you can find the logo in google images and copy the url in your project; you can look the source code of the website and find the logo, copy and paste in your project; etc.
25th Sep 2018, 4:39 AM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
+ 3
Hi! Try this: <html> <head><title>"my name "</title> </head> <body><span><b><i>DANIEL</i></b></span> <br /> <img src="https://mbtskoudsalg.com/images/avatar-png-1.png" width="20%" alt="A image" /> </body> </html>
24th Sep 2018, 11:06 PM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
+ 3
Your problem is: the url isn't exists.
24th Sep 2018, 11:07 PM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
+ 3
so assuming I want to add a logo from a site how do I do that?
24th Sep 2018, 11:12 PM
IHEKWOABA DANIEL
IHEKWOABA DANIEL - avatar
+ 2
thanks for ur help @nimrod A.Holguin L.
25th Sep 2018, 8:40 AM
IHEKWOABA DANIEL
IHEKWOABA DANIEL - avatar
+ 2
You're welcome Ihekwoada Daniel! 👍
25th Sep 2018, 12:53 PM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
0
Your URL is missing LOL
25th Sep 2018, 12:39 PM
Joshua Martin Fontanilla
Joshua Martin Fontanilla - avatar
0
Where's the img src code? hmmm
25th Sep 2018, 12:39 PM
Joshua Martin Fontanilla
Joshua Martin Fontanilla - avatar