32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
Author: Jesús E.
|
|
Category: courses
|
|
Date: 2019-03-25 11:06
|
|
Image: 2019/03/intro-html5.jpg
|
|
Lang: es
|
|
Slug: html5-intro
|
|
Tags: html
|
|
Time: 09:16
|
|
Title: Introducción a HTML5
|
|
|
|
<video id="player-ply" playsinline controls poster=''>
|
|
<source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/>
|
|
<track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
|
|
</video>
|
|
|
|
# Introducción a HTML5 1/32
|
|
|
|
<details markdown="span">
|
|
<summary>Mostrar Más</summary>
|
|
<ul class="ml-3">
|
|
<li>[Respositorio oficial][html]{:target="_blank" rel="noopener noreferrer"} de HTML</li>
|
|
<li>[w3schools][w3c]{:target="_blank" rel="noopener noreferrer"}</li>
|
|
<li>[Documentación de la W3C][w3c.org]{:target="_blank" rel="noopener noreferrer"}</li>
|
|
<li>[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</li>
|
|
</ul>
|
|
</details>
|
|
|
|
[html]: https://github.com/whatwg/html
|
|
[w3c]: https://www.w3schools.com/html/default.asp
|
|
[w3c.org]: https://www.w3.org/TR/html/
|
|
[validator]: https://validator.w3.org/
|