diff options
Diffstat (limited to 'content/articles/course-html5/hgroup.md')
-rw-r--r-- | content/articles/course-html5/hgroup.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/articles/course-html5/hgroup.md b/content/articles/course-html5/hgroup.md new file mode 100644 index 0000000..550e110 --- /dev/null +++ b/content/articles/course-html5/hgroup.md @@ -0,0 +1,20 @@ +Author: Jesús E. +Category: courses +Date: 2019-03-25 18:16 +Image: 2019/03/hgroup-html5.jpg +Slug: html5-hgroup +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> + +<details markdown="span"> +<summary>Hgroup HTML5 7/32</summary> +<p class="mb-0">Etiqueta hgroup en desuso.</p> +<p class="mb-0">Este elemento fue removido de la especificacion HTML5 (W3C), por favor no usar más.</p> +<p class="mb-0">Referencia: [https://developer.mozilla.org/es/docs/Web/HTML/Elemento/hgroup](https://developer.mozilla.org/es/docs/Web/HTML/Elemento/hgroup)</p> +</details> |