24 lines
646 B
Markdown
24 lines
646 B
Markdown
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
|