diff options
author | Jesús <heckyel@hyperbola.info> | 2022-04-05 10:51:55 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-05 10:51:55 +0800 |
commit | 6ff0b9f9dfb2c5808d54f89d5b16160ef774612d (patch) | |
tree | 83640822fc72a617f6f0656c79f1efaf48a4d985 /content | |
parent | f538436562759e4051ce349a247a63ad7dd0ee53 (diff) | |
download | libretube-6ff0b9f9dfb2c5808d54f89d5b16160ef774612d.tar.lz libretube-6ff0b9f9dfb2c5808d54f89d5b16160ef774612d.tar.xz libretube-6ff0b9f9dfb2c5808d54f89d5b16160ef774612d.zip |
course-html-intro: Add html-guide-beginners
shared by Fabiola Castro, ty!
Diffstat (limited to 'content')
-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 1839a27..7cb0bad 100644 --- a/content/articles/course-html5/intro.md +++ b/content/articles/course-html5/intro.md @@ -31,6 +31,7 @@ Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas. <li>[Documentación][w3c.org]{:target="_blank" rel="noopener noreferrer"} de la W3C</li> <li>[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</li> <li>[Editor de código][emacs-personal]{:target="_blank" rel="noopener noreferrer"}</li> +<li>[Guía para principiantes, en inglés][html-guide-beginners]{:target="_blank" rel="noopener noreferrer"}</li> </ul> </details> @@ -39,6 +40,7 @@ Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas. [w3c.org]: https://www.w3.org/TR/html/ [validator]: https://validator.w3.org/ [emacs-personal]: https://libregit.org/heckyel/emacs-personal.git +[html-guide-beginners]: https://www.websiteplanet.com/blog/html-guide-beginners/ *[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium |