media elements in html source code

get the source code 


here we go!


<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

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

    <title>media elements in html </title>

</head>

<body>

    <video height="320px" width="240px" controls>

        <source src="ultimate video on link.webm" type="video/webm">

    </video>

    <br>

    <audio controls>

        <source src="Pray - Anno Domini Beats.mp3" type="audio/mp3">

    </audio>

    <br>

    <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/Ro44yVDhxzA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->

    <iframe src="form.html" frameborder="0" height="370px"></iframe>

</body>

</html> 

Comments

Popular posts from this blog

forms in html source code

meta tags source code