diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-10 18:31:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-10 18:31:55 -0500 |
commit | 43e80398b0f84f7109a38df3f2e11d316d1272b6 (patch) | |
tree | 8d03f9f0530d6485d291c138aea44e976c951296 /content/articles/course-html5 | |
parent | ca978a81977a2396b34a4be9f8664dc17647a5f2 (diff) | |
download | libretube-43e80398b0f84f7109a38df3f2e11d316d1272b6.tar.lz libretube-43e80398b0f84f7109a38df3f2e11d316d1272b6.tar.xz libretube-43e80398b0f84f7109a38df3f2e11d316d1272b6.zip |
added link to documentations w3c
Diffstat (limited to 'content/articles/course-html5')
-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 c2e713d..a181639 100644 --- a/content/articles/course-html5/intro.md +++ b/content/articles/course-html5/intro.md @@ -18,8 +18,10 @@ Title: Introducción a HTML5 <ul class="ml-3"> <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> </ul> </details> [html]: https://github.com/whatwg/html [w3c]: https://www.w3schools.com/html/default.asp +[w3c.org]: https://www.w3.org/TR/html/ |