HTML:
	
	<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>hola</title>
</head>
<body>
<header>
    <h1 style="font-family: 'Times New Roman', Times, serif;">Hola!<h1>
        <p style="font-family: Arial, Helvetica, sans-serif;">Bienvenido a mi blog! <br> donde voy a hacer cosas chidas</p>
</header>
<br><br><br>
<article class="Post">
   <section>
        <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
            <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
   </section>
</article>
    <br><br><br>
<article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article class=post>
    <br><br><br>
 <article>
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article>
    <br><br><br>
 <article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article class=post>
    <br><br><br>
 <article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article>
    <footer>
        <h3 style="font-family: sans-serif;">copyright Visual studio code xdd, todos los derechos reservados</h3>
            <a target="_blank" href="https://www.google.com" style="color: #571616;">Acceso directo a google</a>
    </footer>
</body>
</html>