EL TIEMPO

lunes, 9 de abril de 2018

Primera web con HTML .

Buenos días ,
Hoy hemos hecho en la clase de tecnológia una página web a base de HTML.
Lo hemos hecho con thimble.
Aquí os dejamos como ha salido:


Web HTML

Código HTML:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Made with Thimble</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <p>
    <div style="text-align:center;padding:1em 0;"> <h4><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/es/city/3124765"><span style="color:gray;">Hora actual en</span><br />Colmenar Viejo, España</a></h4> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=es&size=small&timezone=Europe%2FMadrid" width="100%" height="90" frameborder="0" seamless></iframe> </div>
    </p>
    <h1>Nuestra primera web con html por María y Paula </h1>
    <p>
       <strong>todo lo realizaremos mediante código HTML </strong>
    </p>
    <p>
 

      <iframe width="854" height="480" src="https://www.youtube.com/embed/1Iwlkb5yM7g" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </p>
  </body>
  <p>
    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d46411.59525207922!2d-8.447703120679323!3d43.361868807741246!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd2e7cfcf174574d%3A0x6a47350d095cdfee!2sLa+Coru%C3%B1a!5e0!3m2!1ses!2ses!4v1522838894149" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
  </p>
</html>




No hay comentarios:

Publicar un comentario