diff options
Diffstat (limited to 'content/articles/course-html5/codificacion.md')
-rw-r--r-- | content/articles/course-html5/codificacion.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/content/articles/course-html5/codificacion.md b/content/articles/course-html5/codificacion.md index c0d340f..0d13350 100644 --- a/content/articles/course-html5/codificacion.md +++ b/content/articles/course-html5/codificacion.md @@ -9,12 +9,15 @@ Tags: html Time: 16:28 Title: Codificación HTML5 -<video id="player-ply" playsinline controls> - <source src="https://archive.org/download/coursehtml5/0004-Codificacion.webm" type="video/webm"> - <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0004-codificacion-es.vtt" srclang="es" default> -</video> - -# Codificación HTML5 4/32 +<figure> + <video id="player-ply" playsinline controls> + <source src="https://archive.org/download/coursehtml5/0004-Codificacion.webm" type="video/webm"> + <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0004-codificacion-es.vtt" srclang="es" default> + </video> + <figcaption> + <h1>Codificación HTML5 4/32</h1> + </figcaption> +</figure> La etiqueta `<span>` se utiliza para agrupar elementos en línea en un documento. |