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/sintaxis-html5.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/sintaxis-html5.md')
-rw-r--r-- | content/articles/course-html5/sintaxis-html5.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/articles/course-html5/sintaxis-html5.md b/content/articles/course-html5/sintaxis-html5.md index 7ff626f..abc3ed0 100644 --- a/content/articles/course-html5/sintaxis-html5.md +++ b/content/articles/course-html5/sintaxis-html5.md @@ -17,6 +17,7 @@ Title: Sintaxis HTML5 <details markdown="span"> <summary>Mostrar Más</summary> +<p class="mb-0">[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</p> ~~~~{.html} <!doctype html> <html lang="en"> @@ -29,3 +30,5 @@ Title: Sintaxis HTML5 </html> ~~~~ </details> + +[validator]: https://validator.w3.org/ |