You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#  HTML Hello
2
+
3
+
[](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)
4
+
5
+
El boilerplate más básico para cualquier estudiante de 4Geeks Academy utilizando el editor de código [gitpod.io](gitpod.io).
6
+
7
+
[](https://youtu.be/dfbDCMu_p-0)
8
+
9
+
## ¿Qué hacer a continuación?
10
+
11
+
Crea un archivo `index.html` con [la estructura básica de HTML](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) y ve el resultado en vivo corriendo un servidor web utilizando el siguiente comando:
12
+
13
+
```sh
14
+
$ pip3 install flask && python3 server.py
15
+
```
16
+
17
+
- Puedes crear tantos archivos HTML cómo desees
18
+
- También puedes crear archivos CSS e importarlos en tu página web utilizando una etiqueta `<link>` ubicándola entre las etiquetas `<head></head>`, de la siguiente manera:
0 commit comments