aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5/titulos.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-24 17:43:46 -0500
committerJesús <heckyel@hyperbola.info>2019-04-24 17:43:46 -0500
commit04b00d555d068b314406a8374cf9bd60c3de9c1a (patch)
treebeae9e3a874fe69ad44d6d723535dd7922f6bb1c /content/articles/course-html5/titulos.md
parent0b7754d69930a9ee4dcfe366ad6e997c91b5f78b (diff)
downloadlibretube-04b00d555d068b314406a8374cf9bd60c3de9c1a.tar.lz
libretube-04b00d555d068b314406a8374cf9bd60c3de9c1a.tar.xz
libretube-04b00d555d068b314406a8374cf9bd60c3de9c1a.zip
fix semantic video
Diffstat (limited to 'content/articles/course-html5/titulos.md')
-rw-r--r--content/articles/course-html5/titulos.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/content/articles/course-html5/titulos.md b/content/articles/course-html5/titulos.md
index e1dbf65..4aca5dd 100644
--- a/content/articles/course-html5/titulos.md
+++ b/content/articles/course-html5/titulos.md
@@ -8,12 +8,15 @@ Tags: html
Time: 07:55
Title: Títulos en HTML5
-<video id="player-ply" playsinline controls>
- <source src="https://archive.org/download/coursehtml5/0006-h1-h2-h3-h4-h5-h6.webm" type="video/webm">
- <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0006-titulos-es.vtt" srclang="es" default>
-</video>
-
-# Títulos en HTML5 6/32
+<figure>
+ <video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0006-h1-h2-h3-h4-h5-h6.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0006-titulos-es.vtt" srclang="es" default>
+ </video>
+ <figcaption>
+ <h1>Títulos en HTML5 6/32</h1>
+ </figcaption>
+</figure>
En el vídeo se explica de la importancia de las etiquetas
de título o también llamadas encabezados por su nombre en inglés