0
how can i insert images and videos in my program
2 Respuestas
0
for video- <video control>
<source SRC="URL" type= video/format>
</video>
0
for image
<figure>
<img src="picname.ext"> </img>
</figure>
you can also provide <figcaption> tag and attributes like height, width, alt, align with <img>.