aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/course-html5')
-rw-r--r--content/articles/course-html5/etiqueta-a.md20
-rw-r--r--content/articles/course-html5/etiqueta-article.md20
-rw-r--r--content/articles/course-html5/etiqueta-nav-ul-ol-li.md15
-rw-r--r--content/articles/course-html5/etiqueta-section.md20
-rw-r--r--content/articles/course-html5/etiquetas-p-y-span.md22
-rw-r--r--content/articles/course-html5/etiquetas-strong-y-em.md22
-rw-r--r--content/articles/course-html5/header.md4
-rw-r--r--content/articles/course-html5/hgroup.md2
-rw-r--r--content/articles/course-html5/intro.md4
-rw-r--r--content/articles/course-html5/titulos.md2
10 files changed, 118 insertions, 13 deletions
diff --git a/content/articles/course-html5/etiqueta-a.md b/content/articles/course-html5/etiqueta-a.md
new file mode 100644
index 0000000..426ea12
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-a.md
@@ -0,0 +1,20 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-04-09 10:40
+Image: 2019/04/etiqueta-a.jpg
+Slug: etiqueta-a
+Tags: html5,video
+Time: 03:23
+Title: Etiqueta a
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0009-Etiqueta-a.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0009-etiqueta-a-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiqueta a 9/32</summary>
+Más sobre la etiqueta `<a>` en la [w3schools][w3school]{:target="_blank" rel="noopener noreferrer"}
+</details>
+
+[w3school]: https://www.w3schools.com/tags/tag_a.asp
diff --git a/content/articles/course-html5/etiqueta-article.md b/content/articles/course-html5/etiqueta-article.md
new file mode 100644
index 0000000..e97cd36
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-article.md
@@ -0,0 +1,20 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-04-09 12:23:54
+Image: 2019/04/etiqueta-article.jpg
+Slug: etiqueta-article
+Tags: html
+Time: 3:43
+Title: Etiqueta article
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0013-article.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0013-article-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiqueta article 13/32</summary>
+<p class="mb-0">Más sobre la etiqueta `<article>` en la [w3schools][w3-article]{:target="_blank" rel="noopener noreferrer"}</p>
+</details>
+
+[w3-article]: https://www.w3schools.com/tags/tag_article.asp
diff --git a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md
index 9b4840c..9a498a1 100644
--- a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md
+++ b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md
@@ -14,10 +14,13 @@ Title: Etiqueta nav ul ol li
<details markdown="span">
<summary>Etiqueta nav ul ol li 8/32</summary>
-<ul class="ml-3">
-<li><a href="https://www.w3schools.com/tags/tag_nav.asp">Etiqueta nav</a></li>
-<li><a href="https://www.w3schools.com/tags/tag_ul.asp">Etiqueta ul</a></li>
-<li><a href="https://www.w3schools.com/tags/tag_ol.asp">Etiqueta ol</a></li>
-<li><a href="https://www.w3schools.com/tags/tag_li.asp">Etiqueta li</a></li>
-</ul>
+<p class="mb-0">Más sobre la etiqueta `<nav>` en la [w3schools][w3-nav]{:target="_blank" rel="noopener noreferrer"}</p>
+<p class="mb-0">Más sobre la etiqueta `<ul>` en la [w3schools][w3-ul]{:target="_blank" rel="noopener noreferrer"}</p>
+<p class="mb-0">Más sobre la etiqueta `<ol>` en la [w3schools][w3-ol]{:target="_blank" rel="noopener noreferrer"}</p>
+<p class="mb-0">Más sobre la etiqueta `<li>` en la [w3schools][w3-li]{:target="_blank" rel="noopener noreferrer"}</p>
</details>
+
+[w3-nav]: https://www.w3schools.com/tags/tag_nav.asp
+[w3-ul]: https://www.w3schools.com/tags/tag_ul.asp
+[w3-ol]: https://www.w3schools.com/tags/tag_ol.asp
+[w3-li]: https://www.w3schools.com/tags/tag_li.asp
diff --git a/content/articles/course-html5/etiqueta-section.md b/content/articles/course-html5/etiqueta-section.md
new file mode 100644
index 0000000..6b4536c
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-section.md
@@ -0,0 +1,20 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-04-09 12:11:46
+Image: 2019/04/etiqueta-section.jpg
+Slug: etiqueta-section
+Tags: html
+Time: 2:42
+Title: Etiqueta section
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0012-section.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0012-section-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiqueta section 12/32</summary>
+<p class="mb-0">Más sobre la etiqueta `<section>` en la [w3schools][w3-section]{:target="_blank" rel="noopener noreferrer"}</p>
+</details>
+
+[w3-section]: https://www.w3schools.com/tags/tag_section.asp
diff --git a/content/articles/course-html5/etiquetas-p-y-span.md b/content/articles/course-html5/etiquetas-p-y-span.md
new file mode 100644
index 0000000..9024123
--- /dev/null
+++ b/content/articles/course-html5/etiquetas-p-y-span.md
@@ -0,0 +1,22 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-04-09 11:12:18
+Image: 2019/04/etiquetas-span-p.jpg
+Slug: etiquetas-p-span
+Tags: html
+Time: 03:14
+Title: etiquetas p y span
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0010-Etiquetas-p-span.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0010-etiquetas-p-span-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiquetas p y span 10/32</summary>
+<p class="mb-0">Más sobre la etiqueta `<p>` en la [w3schools][w3-p]{:target="_blank" rel="noopener noreferrer"}</p>
+<p>Más sobre la etiqueta `<span>` en la [w3schools][w3-span]{:target="_blank" rel="noopener noreferrer"}</p>
+</details>
+
+[w3-p]: https://www.w3schools.com/tags/tag_p.asp
+[w3-span]: https://www.w3schools.com/tags/tag_span.asp
diff --git a/content/articles/course-html5/etiquetas-strong-y-em.md b/content/articles/course-html5/etiquetas-strong-y-em.md
new file mode 100644
index 0000000..acfc0c3
--- /dev/null
+++ b/content/articles/course-html5/etiquetas-strong-y-em.md
@@ -0,0 +1,22 @@
+Author: Jesús E.
+Category: course
+Date: 2019-04-09 11:30:00
+Image: 2019/04/etiquetas-strong-em.jpg
+Slug: etiquetas-strong-em
+Tags: hml
+Time: 02:16
+Title: Etiquetas strong y em
+
+<video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0011-Etiquetas-strong-em.webm" type="video/webm">
+ <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0011-etiquetas-strong-em-es.vtt" srclang="es" default>
+</video>
+
+<details markdown="span">
+<summary>Etiquetas strong y em 11/32</summary>
+<p class="mb-0">Más sobre la etiqueta `<strong>` en la [w3schools][w3-strong]{:target="_blank" rel="noopener noreferrer"}</p>
+<p>Más sobre la etiqueta `<em>` en la [w3schools][w3-em]{:target="_blank" rel="noopener noreferrer"}</p>
+</details>
+
+[w3-strong]: https://www.w3schools.com/tags/tag_strong.asp
+[w3-em]: https://www.w3schools.com/tags/tag_em.asp
diff --git a/content/articles/course-html5/header.md b/content/articles/course-html5/header.md
index 206421c..cde36c4 100644
--- a/content/articles/course-html5/header.md
+++ b/content/articles/course-html5/header.md
@@ -15,9 +15,7 @@ Title: Header
<details markdown="span">
<summary>Header HTML5 5/32</summary>
-
-Más información sobre la etiqueta [header][header] en w3schools.
-
+Más información sobre la etiqueta `<header>` en [w3schools][header]{:target="_blank" rel="noopener noreferrer"}.
</details>
[header]: https://www.w3schools.com/tags/tag_header.asp
diff --git a/content/articles/course-html5/hgroup.md b/content/articles/course-html5/hgroup.md
index 550e110..025676c 100644
--- a/content/articles/course-html5/hgroup.md
+++ b/content/articles/course-html5/hgroup.md
@@ -16,5 +16,5 @@ Title: hgroup
<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>
+<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){:target="_blank" rel="noopener noreferrer"}</p>
</details>
diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md
index b3cc4cd..c2e713d 100644
--- a/content/articles/course-html5/intro.md
+++ b/content/articles/course-html5/intro.md
@@ -16,8 +16,8 @@ Title: Introducción a HTML5
<details markdown="span">
<summary>Introducción a HTML5 1/32</summary>
<ul class="ml-3">
-<li>[Respositorio oficial][html] de HTML</li>
-<li>[w3schools][w3c]</li>
+<li>[Respositorio oficial][html]{:target="_blank" rel="noopener noreferrer"} de HTML</li>
+<li>[w3schools][w3c]{:target="_blank" rel="noopener noreferrer"}</li>
</ul>
</details>
diff --git a/content/articles/course-html5/titulos.md b/content/articles/course-html5/titulos.md
index 08a4be6..cd80a1b 100644
--- a/content/articles/course-html5/titulos.md
+++ b/content/articles/course-html5/titulos.md
@@ -15,7 +15,7 @@ Title: Títulos en HTML5
<details markdown="span">
<summary>Títulos en HTML5 6/32</summary>
-Más información sobre las etiquetas [«h» en w3schools][titles].
+Más información sobre las etiquetas [«h» en w3schools][titles]{:target="_blank" rel="noopener noreferrer"}.
</details>