From 74a0016cabe124d7e3114734ef7990f964776863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Apr 2019 08:01:07 -0500 Subject: added validator link w3c --- content/articles/course-html5/intro.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/articles/course-html5/intro.md') diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md index 8685a2a..6fa6e34 100644 --- a/content/articles/course-html5/intro.md +++ b/content/articles/course-html5/intro.md @@ -21,9 +21,11 @@ Title: Introducción a HTML5
  • [Respositorio oficial][html]{:target="_blank" rel="noopener noreferrer"} de HTML
  • [w3schools][w3c]{:target="_blank" rel="noopener noreferrer"}
  • [Documentación de la W3C][w3c.org]{:target="_blank" rel="noopener noreferrer"}
  • +
  • [Validador][validator]{:target="_blank" rel="noopener noreferrer"}
  • [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/ -- cgit v1.2.3