- 2
How to include images in html
Plz tell me how to do
1 ответ
+ 2
The corrrect syntax is: <img src="URL">
<img src="image.jpeg">
OR
<img src="http://www.something.com/something.png">
Wouldn't it be easier and more productive to chech the HTML section here or do a quick search?