Confeccione una pagina con las mismas minimas que debe tener la pagina html yen el cuerpo de la misma disconga su nombre y apellido

Respuestas

Respuesta dada por: thomascaycedo19
1

<!DOCTYPE html>

<html>

<head>

   <meta charset="utf-8">

   <meta http-equiv="X-UA-Compatible" content="IE=edge">

   <title>Mi pagina</title>

   <meta name="viewport" content="width=device-width, initial-scale=1">

</head>

<body>

   <div class="mis_datos"></div>

   <h1><strong>Mi nombre</strong></h1>

   <h2>Mi apellido</h2>  

</body>

</html>

Preguntas similares