Video tag in the html

technical talkiess
0

 Video tag :- 

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Video and audio</title>

</head>

<body>

    <div class="container">

        <video src="https://player.vimeo.com/external/411458540.sd.mp4?s=9bc22aa74d4d7ee9b7ce93473a8b42f597b0daf5&profile_id=164&oauth2_token_id=57447761controls poster="https://images.pexels.com/photos/18309072/pexels-photo-18309072/free-photo-of-close-up-of-a-couple-holding-hands.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load" height="255" loop autoplay muted></video>

        <svg width="100" height="100">

            <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />

          </svg>

    </div>

</body>

</html>
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)