diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-08 21:32:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-08 21:32:21 -0500 |
commit | 333dfd6f52f92a88264310710c95330ddce82e71 (patch) | |
tree | cd8ad7746aadcec461ebd38edd0ede104f578c69 /content/articles/course-html5/header.md | |
download | libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.lz libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.xz libretube-333dfd6f52f92a88264310710c95330ddce82e71.zip |
first commit
Diffstat (limited to 'content/articles/course-html5/header.md')
-rw-r--r-- | content/articles/course-html5/header.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/content/articles/course-html5/header.md b/content/articles/course-html5/header.md new file mode 100644 index 0000000..206421c --- /dev/null +++ b/content/articles/course-html5/header.md @@ -0,0 +1,23 @@ +Author: Jesús E. +Category: courses +Date: 2019-03-25 12:12 +Image: 2019/03/header-html5.jpg +Lang: es +Slug: html5-header +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> + +<details markdown="span"> +<summary>Header HTML5 5/32</summary> + +Más información sobre la etiqueta [header][header] en w3schools. + +</details> + +[header]: https://www.w3schools.com/tags/tag_header.asp |