diff options
Diffstat (limited to 'content/articles/course-html5/header.md')
-rw-r--r-- | content/articles/course-html5/header.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/articles/course-html5/header.md b/content/articles/course-html5/header.md index 1018151..99c0a29 100644 --- a/content/articles/course-html5/header.md +++ b/content/articles/course-html5/header.md @@ -17,7 +17,9 @@ Title: Header <details markdown="span"> <summary>Mostrar Más</summary> -Más información sobre la etiqueta `<header>` en [w3schools][header]{:target="_blank" rel="noopener noreferrer"}. +<p class="mb-0">Más información sobre la etiqueta `<header>` en [w3schools][header]{:target="_blank" rel="noopener noreferrer"}.</p> +<p class="mb-0">[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</p> </details> [header]: https://www.w3schools.com/tags/tag_header.asp +[validator]: https://validator.w3.org/ |