0
how to addd a picture
3 Respostas
+ 6
in order to add an image you gotta add this to your code
<img src= the pic's source address</img>
+ 3
<img src="your source file address" alt="" title=""/>
+ 1
<img src="path/to/your/image.jpg"></img>
You can use an absolute or relative path in src. If your image is in the same folder as your html file, just put your image name in src.