Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
0
respuestas

Hago lo que se hizo en el aula

<!DOCTYPE html>
<html>
<head>
    <title>Titulo</title>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <h1>HTML</h1>
    <p>Estoy practicando HTML</p>
    <img src="prueba.png" alt="imagen html">

    <ol>
        <li>
            Estamos estructurando el index.html
        </li>
        <li>
            le agregamos titulo, parrafo
        </li>
        <li>
            Le agregamos una lista ordenada (ol + 3 li)
        </li>
    </ol>


</body>
</html>

NOTA: Cambie nombre de la imagen a prueba.png