diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-12 11:59:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-12 11:59:11 -0500 |
commit | 4f9419993e91008bda526a7a9c05a83fe841fbdc (patch) | |
tree | b3fedf81c8d6b3ea85fa42ae3613a2599c3b3559 /content/articles/course-html5/intro.md | |
parent | c864a650de5c944386721f3719a5fbb145e77024 (diff) | |
download | libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.tar.lz libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.tar.xz libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.zip |
organize the information of the video-articles
Diffstat (limited to 'content/articles/course-html5/intro.md')
-rw-r--r-- | content/articles/course-html5/intro.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md index 3f316f5..bc92d98 100644 --- a/content/articles/course-html5/intro.md +++ b/content/articles/course-html5/intro.md @@ -16,12 +16,15 @@ Title: Introducción a HTML5 # Introducción a HTML5 1/32 +HTML tiene una nueva versión desde hace unos años, hablamos de la versión 5 del mismo. +Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas. + <details markdown="span"> <summary>Mostrar Más</summary> <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> +<li>[Documentación][w3c.org]{:target="_blank" rel="noopener noreferrer"} de la W3C</li> <li>[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</li> </ul> </details> @@ -30,3 +33,6 @@ Title: Introducción a HTML5 [w3c]: https://www.w3schools.com/html/default.asp [w3c.org]: https://www.w3.org/TR/html/ [validator]: https://validator.w3.org/ + +*[HTML]: Hyper Text Markup Language +*[W3C]: World Wide Web Consortium |