How to use loop attribute with < video > tag in HTML for YouTube ? with example

 How to use loop attribute with < video > tag in HTML for youtube ? with example 


When you Add loop=1 meaning to let your 

video loop forever.


When we add Value 0 (default) meaning

  The video will play only once.


When we add Value  1 meaning  The video will

 loop (forever).


Video Tag YouTube - Loop Example 


<body>

<iframe width="420" height="315"

src="https://www.youtube.com/embed/YgbiysZ7vtY?

playlist=PgboytZ4vwY & loop=1">

</body>

</iframe>

Comments

Last 7 Days

Difference between Public vs Internal vs Private state variables in solidity programming langauge with example ?

How to add Amazon website inside iframe?

What is a < code > tag?

How to use sandbox attribute value ( allow-scripts ) with < iframe > tag in HTML ? with example

free source code for website

What does P mean in HTML?

How to use sandbox attribute value ( allow-top-navigation) with < iframe > tag in HTML ? with example

How to use comments in Solidity programming language ?