Please I'm having difficulty in adding images in my blog in html it seems it's not working for me and I'm really confused | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Please I'm having difficulty in adding images in my blog in html it seems it's not working for me and I'm really confused

If I try to copy the image url it won't work after placing it in the src attribute

31st Dec 2021, 8:24 AM
famous
famous - avatar
10 Respostas
+ 2
Ok šŸ‘ thanks
31st Dec 2021, 3:16 PM
famous
famous - avatar
31st Dec 2021, 2:38 PM
famous
famous - avatar
+ 1
should be : <img src="https://www.u-buy.com.ng/productimg/?image=aHR0cHM6Ly9tLm1lZGlhLWFtYXpvbi5jb20vaW1hZ2VzL0kvNzF6TldiVEh6eEwuX1NMMTUwMF8uanBn.jpg" alt=" "> src url has to end with the file extension, like .jpg .png ... depending on what browser you are using, on Google image results visit the website where the image is hosted and long click on it then choose copy image location. then paste it in img src.
31st Dec 2021, 2:45 PM
Bahhaāµ£
Bahhaāµ£ - avatar
+ 1
<!-- header start --> <div id="header" class="section"> <img alt="" class="img-circle" src="https://code.sololearn.com/Icons/Avatars/0.jpg"> <p>Alex Simpson</p> </div> <!-- header end --> This is the one given to us to try can I can the image to anyone I feel like using? In the header?
31st Dec 2021, 3:04 PM
famous
famous - avatar
+ 1
And what's the function of id attribute in the header
31st Dec 2021, 3:06 PM
famous
famous - avatar
0
could you share the img tag with the url in src.
31st Dec 2021, 8:56 AM
Bahhaāµ£
Bahhaāµ£ - avatar
0
Ok thanks šŸ˜Š lemme try if it will work this time
31st Dec 2021, 2:56 PM
famous
famous - avatar
0
I could not understand your question " This is the one given..." the "id" is the id of the <div> so you can refer to it in CSS or javascript. like: css #header { } or javascript let d = document.getElementById("header")
31st Dec 2021, 3:11 PM
Bahhaāµ£
Bahhaāµ£ - avatar
0
A tips download the image at your computer and use its URL as the place to use it from
1st Jan 2022, 12:52 PM
Hugo Winnberg
Hugo Winnberg - avatar
0
The best way is to download the image in your files external sources can be very hard to crack down for beginners like usšŸ˜
1st Jan 2022, 5:49 PM
Calvin Nelson Mrema
Calvin Nelson Mrema - avatar