+ 1
How can i Put Images in In html i mean Who can tell me the tags
3 Respuestas
+ 2
Arson We are helping by empowering the OP to help themselves. This way they can improve their problem solving skills: They are surely smart enough to accomplish that themselves if we just give them a little hint on how to approach the problem.
+ 1
I'll tell you how to find the tags: Google something like "html image tag". Following this procedure you can find all the tags you want to know about.
0
Since no one is actually helping, the tag to put images in a file is:
<img src="(set image png or jpg you want for example image.png)">
P.s.: The image tag has no closing tags.