diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-11 08:01:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-11 08:01:07 -0500 |
commit | 74a0016cabe124d7e3114734ef7990f964776863 (patch) | |
tree | 758980443cbb7f375ebe28b605069d43b76e9985 /content/articles/course-html5/intro.md | |
parent | 5fcc3367f12994d269b0a861b09361b3fb571540 (diff) | |
download | libretube-74a0016cabe124d7e3114734ef7990f964776863.tar.lz libretube-74a0016cabe124d7e3114734ef7990f964776863.tar.xz libretube-74a0016cabe124d7e3114734ef7990f964776863.zip |
added validator link w3c
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/ |