1
respuesta

Mi primera pagima de maquetación web

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>

    <h1>Mi primera maquetación web</h1>

    <br>

    Probando los espaciados
    <br>
    <br>
    <br>

    <h2>Probando los subtitulos</h2>
    <h3> ¿Esto realmente es un programa?</h3>

    <br>
    <br>

    <h3> Reconocera valores que no esten en el ASCII probemos: ñandu, ñu, Pingüinos </h3>
</body>
</html>


si ejecuto

1 respuesta

Que bien ya tienes el conocimiento del tema