
Cómo crear una página web básica
(adsbygoogle = window.adsbygoogle || []).push({});
Etiquetas básicas en todo documento HTML 5:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Documento sin título</title>
</head>
<body>
</body>
</html>
Etiqueta...