0
Add pic
how can add pic in html file from computer
2 ответов
+ 1
<img src="http://localhost/image_floder/subfolder/your_image.jpeg" />
<img src="C:\users\home\pictures\picture.png"/>
0
if in 1 place :
<img src="yourfile.jpg">
if in other place :
<img src="otherplace/yourfile.jpg">
if online (random image link) :
<img src="https://www.flooringvillage.co.uk/ekmps/shops/flooringvillage/images/request-a-sample--547-p.jpg">