translation and format (#30823)
This commit is contained in:
committed by
Randell Dawson
parent
76e89818cc
commit
2b7425efec
@ -12,14 +12,14 @@ El elemento `<body>` debe contener todo el contenido de una página, incluidos t
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Document Titles Belong in the Head</title>
|
<title>Titulos de documentos partencen en 'head'</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>This paragraph is content. It goes in the body!</p>
|
<p>Este parafo es contenido. Va en el 'body'</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Más información:
|
#### Más información:
|
||||||
|
|
||||||
[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body)
|
[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body)
|
||||||
|
Reference in New Issue
Block a user