putting video using html

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <table border="2px" cellspacing="0px" cellpadding="25px" align="center" >
<tr bgcolor="yellow">
<th> Video </th>
<th> audio </th>
<th> image </th>
</tr>

<tr>
<td> <video src="/jinkeliye.webm" width="200px" autoplay muted controls loop ></video>   </td>
<td> <audio src="/01._Teri_Mere_Kahaani__-_Arijit_Singh_&_Palak_Muchal_(1).mp3" autoplay muted controls loop></audio>  </td>
<td> <img src="/aaa.jpg" alt="Reload" width="100px" height="200pz" >   </td>


</tr>


    </table>
    
</body>
</html>

Comments

Popular Posts