0

How to add an image on a website?

26th Dec 2024, 2:24 PM
Spider[Dead]
Spider[Dead] - avatar
4 Respuestas
+ 7
The format is:- <img src="image.url"> It is self closing tag means it does require to have an end tag. And to get url:- https://sololearn.com/compiler-playground/Wy3lrXNwGsgJ/?ref=app
26th Dec 2024, 2:32 PM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 4
https://www.sololearn.com/learn/courses/html-introduction check out this amazing HTML intro course. You can learn more things in web development
26th Dec 2024, 3:26 PM
Alhaaz
Alhaaz - avatar
+ 1
Use <img> tag, remember it's not a container tag, it's empty tag, and use src attributes to add the image link the code should looks like: <img src="the image link"> Sometimes it won't work, if that happened, you should check the image link if it's correct, or not it won't show In the introduction to html course, they also teach about using it
27th Dec 2024, 5:16 PM
☕︎︎AstroParrot✦
☕︎︎AstroParrot✦ - avatar
0
You cant
27th Dec 2024, 5:54 PM
Bob Balinski