Misión 3.1
Esqueleto HTML
Toda la información en la web está organizada con etiquetas HTML. Cambiá el texto dentro de <title> y <h1> para ver cómo impacta visualmente y cómo te leen los buscadores.
index.html
1<!DOCTYPE html>
2<html lang="es">
3<head>
4 <meta charset="UTF-8">
5
<title>
</title>
6</head>
7<body>
8
<h1>
</h1>
9 <p>Este es el contenido de mi web.</p>
10</body>
11</html>
Página de Prueba
https://nticx.com.ar/index.php
Hola Mundo
Este es el contenido de mi web.
¿Cómo te ve un buscador?
https://tusitio.com.ar › index
Página de Prueba
La etiqueta H1 le dice a Google que el tema principal es: Hola Mundo.
Este es el contenido de mi web.
Este es el contenido de mi web.