translation and format (#30823)

This commit is contained in:
cynfinity
2019-08-13 07:14:35 -07:00
committed by Randell Dawson
parent 76e89818cc
commit 2b7425efec

View File

@ -12,10 +12,10 @@ El elemento `<body>` debe contener todo el contenido de una página, incluidos t
<html>
<head>
<title>Document Titles Belong in the Head</title>
<title>Titulos de documentos partencen en 'head'</title>
</head>
<body>
<p>This paragraph is content. It goes in the body!</p>
<p>Este parafo es contenido. Va en el 'body'</p>
</body>
</html>
```