diff options
Diffstat (limited to 'content/articles/course-html5/hgroup.md')
-rw-r--r-- | content/articles/course-html5/hgroup.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/content/articles/course-html5/hgroup.md b/content/articles/course-html5/hgroup.md index 4cdcfb6..6c2aa20 100644 --- a/content/articles/course-html5/hgroup.md +++ b/content/articles/course-html5/hgroup.md @@ -8,12 +8,15 @@ Tags: html Time: 03:19 Title: hgroup -<video id="player-ply" playsinline controls> - <source src="https://archive.org/download/coursehtml5/0007-hgroup.webm" type="video/webm"> - <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0007-hgroup-es.vtt" srclang="es" default> -</video> - -# Hgroup HTML5 7/32 +<figure> + <video id="player-ply" playsinline controls> + <source src="https://archive.org/download/coursehtml5/0007-hgroup.webm" type="video/webm"> + <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0007-hgroup-es.vtt" srclang="es" default> + </video> + <figcaption> + <h1>Hgroup HTML5 7/32</h1> + </figcaption> +</figure> Hgroup fue una etiqueta que apareció en HTML5, su función es agrupar las etiquetas de títulos las `h`. Pero desde las versión 5.1 de HTML ya no se |