Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="fr">
<!-- Page declared French with Spanish content -->
<head>
<meta charset="utf-8" />
<title>Translations Test</title>
<style>
div {
margin: 10px auto;
width: 300px
}
p {
margin: 47px 0;
font-size: 21px;
line-height: 2;
}
</style>
</head>
<body>
<div>
<!-- There is not enough text for accurate language detection. -->
<h1>Don Quijote de La Mancha</h1>
<p>Pues, aunque mováis más brazos que los del gigante Briareo, me lo habéis de pagar.</p>
</div>
</body>
</html>