how can i insert images and videos in my program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i insert images and videos in my program

14th Jul 2016, 4:35 AM
amol devakate
amol devakate - avatar
2 Answers
0
for video- <video control> <source SRC="URL" type= video/format> </video>
14th Jul 2016, 6:49 AM
Akash Sharma
Akash Sharma - avatar
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>.
14th Jul 2016, 2:08 PM
Preeti.Bhushania
Preeti.Bhushania - avatar