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>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title of the Page</title>
|
||||
<title>Título de la página</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Content -->
|
||||
<!-- Contenido -->
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
@ -36,4 +36,4 @@ En lugar de usar `<div>` para cada otro contenedor, varios semánticos (estas et
|
||||
|
||||
#### 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