he traducido el title y el comment al español (#30708)
This commit is contained in:
@@ -10,10 +10,10 @@ Para crear sus páginas en `HTML` , necesita saber cómo estructurar una página
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Title of the Page</title>
|
<title>Título de la página</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Content -->
|
<!-- Contenido -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
@@ -36,4 +36,4 @@ En lugar de usar `<div>` para cada otro contenedor, varios semánticos (estas et
|
|||||||
|
|
||||||
#### Más información:
|
#### Más información:
|
||||||
|
|
||||||
[HTML: Introducción](https://www.w3schools.com/html/html_intro.asp)
|
[HTML: Introducción](https://www.w3schools.com/html/html_intro.asp)
|
||||||
|
Reference in New Issue
Block a user