diff options
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/ |