0
How Can we add pictures in html web page?
Please share the code or message me personally.
2 Respuestas
+ 5
Images can be added using <img> tag
Eg :
< img src = "image name.jpg" alt="description of img">
+ 3
Using img tag
Please share the code or message me personally.