Documentacion Oficial HTML Documentacion Oficial CSS Documentacion no oficial HTML, CSS y JS Actualidad de JS Documentacion no official Servidor Local vscode: live server node: http-server La primera vez: Instalar nodejs Instalar npm: Abrir terminal de nodejs Ejecutar npm install -g npm Ejecutar npx http-server [path de la carpeta del proyecto] A partir de la segunda vez: Ejecutar npx http-server [path del archivo index.html] python3: Ejecutar python3 -m http.server ó python -m http.server