+ 1
How to make an image in HTML
3 Antworten
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.
0
<img
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