jueves, 2 de agosto de 2018

HTML: Código para Video2

Descarga un Video en formato MP4

<html>
    <head>
        <title>Reproductor de video</title>
    </head>
    <body>
        <h1>Mi reproductor de videos</h1>
        <video width="320" height="240" autoplay controls>
        <source src="Together Forever.mp4" type="video/mp4" type="video/mp4">
        <source src="Together Forever.webm" type="video/mp4" type="video/webm">
        su navegador no soporta la etiqueta video
        </video>
    </video>
</html>

No hay comentarios.:

Publicar un comentario