HTML
: index.htmlVSCode
para editar el documento index.html, con:
La estructura general
sugerida por Bard.
Mínimo: agrega la etiqueta <title> con su contenido; y las etiquetas <meta> con los nombres keywords, description y author.
La estructura semántica
sugerida por Bard.
Mínimo: agrega dentro de la etiqueta body 1 etiqueta <header>, 4 etiquetas <section>, 1 etiqueta <nav> y 1 etiqueta <footer>.
Estándar
de HTML en HTML Living Standard de la W3C
, Mozilla Developer Network o Cheat sheet.
etiquetas
de hipertexto
en su navegador, en HTML5 Test.
Semantic HTML elements play a crucial role in improving website SEO and its accessibility.
— Deepanshu Sharma (@deepanshusharmx) September 30, 2023
Replacing non-semantic elements makes code more readable and maintainable.
HTML Semantic Elements:
→ Carry inherent meanings;
→ Make web content more Structured;
→ More Meaningful.… pic.twitter.com/O18NI5L8XD
HTML, hipertexto, VSCode, etiquetas, W3C, estándar, estructura general, estructura semántica, meta, title, link