blob: a1816392a8fcbef72fdf99fdab3614f90cf2f07c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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>
<details markdown="span">
<summary>Introducción a HTML5 1/32</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>
</ul>
</details>
[html]: https://github.com/whatwg/html
[w3c]: https://www.w3schools.com/html/default.asp
[w3c.org]: https://www.w3.org/TR/html/
|