Aprende HTML ahora! curso completo GRATIS desde cero -- HolaMundo -- Part 1

 In order to improve my Spanish comprehension and learn more about HTML, I followed a tutorial by HolaMundo on HTML. The course is 1 hour and 30 minutes; Today followed the first 30 minutes of the course.


Below is what  was covered in the first part of the course:


 <!-- contenido de nuestra web -->
    contenido de nuestra web
    <h1>Mi primer heading</h1>
    <h2>Mi segundo heading</h2>
    <h3>Mi tercer heading</h3>
    <h4>Mi cuarto heading</h4>
    <h5>Mi quinto heading</h5>
    <h6>Chancito feliz</h6>
    <br>
    <p>Chancito feliz está muy feliz.</p>
    <p>Chancito triste está muy triste.</p>
    <hr>
    <h2>Chancito felipe.</h2>
    <p>Texto un poco más.</p>
    <!-- este testo es un commentario y no va a aparecer en el explorador -->
    <p>Este texto es <span style ="color:blue">mucho más largo </span>
        y es para mostrar <br>
        la etiqueta de span!
    </p>
    <a target = "_blank" href="https://www.google.com">Ir a google</a>











Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle