0
How can I post image in my web ??
3 ответов
+ 1
Rom use the search bar before posting a question
(+1 link from answer by Lisa)
https://sololearn.com/compiler-playground/Wy3lrXNwGsgJ/?ref=app
0
<img src="your_image.png" />
<img src="your_image.png" width="300" />
Replace `your_image.png` with either "path" or "url" of image.