+ 1

How to make an image in HTML

11th Aug 2025, 2:47 AM
Too Debonair
Too Debonair - avatar
3 Answers
0
Img tag, or canvas, if its a vector image. Which you would know if you did the introductory html course, or just googled the answer.
11th Aug 2025, 3:02 AM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
0
<img
11th Aug 2025, 3:33 AM
Too Debonair
Too Debonair - avatar
0
You can also use SVG (scalable vector graphics) I have an example of what an svg should look like in this code example. https://sololearn.com/compiler-playground/cHCwLITNTT0v/?ref=app
11th Aug 2025, 7:27 PM
The Witcher
The Witcher - avatar