0
Which tag is used for image location
3 Antworten
+ 3
Write src="your_image.jpg" into the <img> tag. It then looks like this: <img src="your_image.jpg">
0
<img alt="alternative text" src="your_image.jpg" />
look other options width,height...
0
IMG src