+ 2
Pls can someone tell how to add another image to this code, tried this tag but it didn't work
8 odpowiedzi
+ 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.
+ 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>
+ 3
Your problem is: the url isn't exists.
+ 3
so assuming I want to add a logo from a site how do I do that?
+ 2
thanks for ur help @nimrod A.Holguin L.
+ 2
You're welcome Ihekwoada Daniel! 👍
0
Your URL is missing LOL
0
Where's the img src code? hmmm