aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5/header.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/course-html5/header.md')
-rw-r--r--content/articles/course-html5/header.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/content/articles/course-html5/header.md b/content/articles/course-html5/header.md
index 9b04a76..8b37391 100644
--- a/content/articles/course-html5/header.md
+++ b/content/articles/course-html5/header.md
@@ -9,12 +9,15 @@ Tags: html
Time: 05:37
Title: Header
-<video id="player-ply" playsinline controls>
-<source src="https://archive.org/download/coursehtml5/0005-header.webm" type="video/webm">
- <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0005-header-es.vtt" srclang="es" default>
-</video>
-
-# Header HTML5 5/32
+<figure>
+ <video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0005-header.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0005-header-es.vtt" srclang="es" default>
+ </video>
+ <figcaption>
+ <h1>Header HTML5 5/32</h1>
+ </figcaption>
+</figure>
Header representa el "encabezado" de un documento o sección de un documento.