viernes, 2 de diciembre de 2016

Primera página Web programada en lenguaje html

Os presento una página web que he realizado en html. Su dirección URL es:
https://thimbleprojects.org/brieexe/218424/














El  código para realizar la página es:
<html>
  <head>
    <title>Página html de Gabi
Gabi</title>
  <meta charset="utf-8">
  <style>
    body{
      background-color: #A9E2F3;
    }
    </style>
  </head>
  <body>
    <p>
      <b>PÁGINA WEB PERSONAL DE GABRIELA LIMACHI</b>
    </p>
    <p>
      Visita la <a
                   href: href=¨https://scratch.mit.edu/projects/127770957/¨>página de un proyecto Scratch</a>, en la que hay una animación educativa de Halloween.
    </p>
    <p>
      El <b>fantasma,murciélago y bruja</b> son los objetos.
    </p>
    <p>
      El <i>bosque</i> es el escenario.
    </p>
    <p>
      Y ahora añadimos una imagen del proyecto:
      </p>
        <p>
          <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbvCQHxF69sfVgaEFDIcwttwgzdmwzf02bXP8Vcl3Tg-TVZRyOrybTdaBIzTRzt0O0ulO5-yQjFJ_NXmmfI60oXywTAD0wdUQ5lKNh6aAEHROQGmoYu4MB9RdIQP5qLAbzQX2mrVOzjdk/s640/witch.png" width="400" height="200" />
    </p>
  </body>
</html>
       
 

No hay comentarios:

Publicar un comentario