aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5/intro.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/course-html5/intro.md')
-rw-r--r--content/articles/course-html5/intro.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md
index bc92d98..ece21c4 100644
--- a/content/articles/course-html5/intro.md
+++ b/content/articles/course-html5/intro.md
@@ -9,12 +9,15 @@ Tags: html
Time: 09:16
Title: Introducción a HTML5
-<video id="player-ply" playsinline controls poster=''>
- <source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/>
- <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
-</video>
-
-# Introducción a HTML5 1/32
+<figure>
+ <video id="player-ply" playsinline controls poster=''>
+ <source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/>
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
+ </video>
+ <figcaption>
+ <h1>Introducción a HTML5 1/32</h1>
+ </figcaption>
+</figure>
HTML tiene una nueva versión desde hace unos años, hablamos de la versión 5 del mismo.
Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas.