diff --git a/content/articles/course-html5/codificacion.md b/content/articles/course-html5/codificacion.md index a48dc1d..01faddb 100644 --- a/content/articles/course-html5/codificacion.md +++ b/content/articles/course-html5/codificacion.md @@ -22,4 +22,7 @@ Código de ayuda: ~~~~ +

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

+ +[validator]: https://validator.w3.org/ diff --git a/content/articles/course-html5/etiqueta-a.md b/content/articles/course-html5/etiqueta-a.md index 0c399e2..00eeb1c 100644 --- a/content/articles/course-html5/etiqueta-a.md +++ b/content/articles/course-html5/etiqueta-a.md @@ -16,7 +16,9 @@ Title: Etiqueta a
Mostrar Más -Más sobre la etiqueta `` en la [w3schools][w3school]{:target="_blank" rel="noopener noreferrer"} +

Más sobre la etiqueta `` en la [w3schools][w3school]{:target="_blank" rel="noopener noreferrer"}

+

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

[w3school]: https://www.w3schools.com/tags/tag_a.asp +[validator]: https://validator.w3.org/ diff --git a/content/articles/course-html5/etiqueta-article.md b/content/articles/course-html5/etiqueta-article.md index 4f6d5e7..0e7fa5a 100644 --- a/content/articles/course-html5/etiqueta-article.md +++ b/content/articles/course-html5/etiqueta-article.md @@ -17,6 +17,8 @@ Title: Etiqueta article
Mostrar Más

Más sobre la etiqueta `

` en la [w3schools][w3-article]{:target="_blank" rel="noopener noreferrer"}

+

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

[w3-article]: https://www.w3schools.com/tags/tag_article.asp +[validator]: https://validator.w3.org/ diff --git a/content/articles/course-html5/etiqueta-aside.md b/content/articles/course-html5/etiqueta-aside.md index 7777e0a..85dee44 100644 --- a/content/articles/course-html5/etiqueta-aside.md +++ b/content/articles/course-html5/etiqueta-aside.md @@ -17,6 +17,8 @@ Title: Etiqueta aside
Mostrar Más

Más sobre la etiqueta `

[w3-aside]: https://www.w3schools.com/tags/tag_aside.asp +[validator]: https://validator.w3.org/ 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 0c95115..1180444 100644 --- a/content/articles/course-html5/etiqueta-nav-ul-ol-li.md +++ b/content/articles/course-html5/etiqueta-nav-ul-ol-li.md @@ -20,9 +20,11 @@ Title: Etiqueta nav ul ol li

Más sobre la etiqueta `

[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/ diff --git a/content/articles/course-html5/nuevas-etiquetas.md b/content/articles/course-html5/nuevas-etiquetas.md index fe49897..3c20f5b 100644 --- a/content/articles/course-html5/nuevas-etiquetas.md +++ b/content/articles/course-html5/nuevas-etiquetas.md @@ -16,7 +16,9 @@ Title: Nuevas etiquetas de HTML5
Mostrar Más -Más información sobre HTML5 en [w3schools][w3c-html5]{:target="_blank" rel="noopener noreferrer"}. +

Más información sobre HTML5 en [w3schools][w3c-html5]{:target="_blank" rel="noopener noreferrer"}.

+

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

[w3c-html5]: https://www.w3schools.com/html/html5_intro.asp +[validator]: https://validator.w3.org/ diff --git a/content/articles/course-html5/sintaxis-html5.md b/content/articles/course-html5/sintaxis-html5.md index 7ff626f..abc3ed0 100644 --- a/content/articles/course-html5/sintaxis-html5.md +++ b/content/articles/course-html5/sintaxis-html5.md @@ -17,6 +17,7 @@ Title: Sintaxis HTML5
Mostrar Más +

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

~~~~{.html} @@ -29,3 +30,5 @@ Title: Sintaxis HTML5 ~~~~
+ +[validator]: https://validator.w3.org/ diff --git a/content/articles/course-html5/titulos.md b/content/articles/course-html5/titulos.md index 23403ff..b1c7f30 100644 --- a/content/articles/course-html5/titulos.md +++ b/content/articles/course-html5/titulos.md @@ -16,7 +16,9 @@ Title: Títulos en HTML5
Mostrar más -Más información sobre las etiquetas `h` en [w3schools][titles]{:target="_blank" rel="noopener noreferrer"}. +

Más información sobre las etiquetas `h` en [w3schools][titles]{:target="_blank" rel="noopener noreferrer"}.

+

[Validador][validator]{:target="_blank" rel="noopener noreferrer"}

[titles]: https://www.w3schools.com/hTml/html_headings.asp +[validator]: https://validator.w3.org/