How to add multiple videos | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add multiple videos

Multiple videos syntax in html5

17th Jun 2021, 4:34 PM
Micheal Alfred
8 Answers
+ 3
Hi! Just put video links one by one video: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
17th Jun 2021, 4:49 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
Micheal Alfred Use iframe. There is no multiple videos syntax. There is only 1 video tag. You can use different id for each video.
17th Jun 2021, 4:49 PM
A͢J
A͢J - avatar
+ 3
Please, show your code
18th Jun 2021, 12:58 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
this code contains a lot of syntax errors, there are no closing tags, the youtube channel does not exist
18th Jun 2021, 2:27 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Yaroslav vernigora,I tried using I frame it not working,the iframe will work,but the video will not show
18th Jun 2021, 12:33 PM
Micheal Alfred
0
And some of the code that is written by someone if I try to view it on my mobile it does not show ,why
18th Jun 2021, 12:34 PM
Micheal Alfred
0
I will give it a try
18th Jun 2021, 12:36 PM
Micheal Alfred
0
<!DOCTYPE html> <html> <head> <style> </style> <title>Dynamic</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"/> <meta charset="UTF-8"> <meta name="viewpoint" content="width=device-width"> </head> <body onload="myFunction()"> <div id="load"><div class="goo"><div class="qdiv"><div class="wdiv"><div class="ediv"><div class="rdiv"></div></div></div></div></div></div> <div class="top"><a href="https://youtube.com/channel/UCU1V9CbNf4jTPShfB0uI0iw"> <i class="fab fa-youtube"></i></a> Dynamic hero<span class="time"><i class="fa fa-search"></i><i class="fa fa-ellipsis-v" aria-hidden="true"></i></span></div> <div class="start"> <div id="Home"> <b><div> HOME</div></b> <b><div CLASS="VIDEO"> VIDEO</div></b> <b><div CLASS="playlist"> PLAYLIST</div></b><i class="fa fa-caret-down"></i> </div> <div class="chup"><img src="https://www.dropbox.com/s/1putcb6pdbhuv8k/IMG-202104
18th Jun 2021, 1:54 PM
Micheal Alfred