he traducido el title y el comment al español (#30708)

This commit is contained in:
DEGOZZ
2019-08-13 09:11:47 -05:00
committed by Randell Dawson
parent 629519d90b
commit f6543a2a51

View File

@ -10,10 +10,10 @@ Para crear sus páginas en `HTML` , necesita saber cómo estructurar una página
<!DOCTYPE html>
<html>
<head>
<title>Title of the Page</title>
<title>Título de la página</title>
</head>
<body>
<!-- Content -->
<!-- Contenido -->
</body>
</html>
```