diff options
Diffstat (limited to 'content/articles/course-html5/intro.md')
-rw-r--r-- | content/articles/course-html5/intro.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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/ |