Friday, 31 March 2017

HTML

Hi everyone!

We´re learning how to use HTML, it looks difficult, but it´s so easy.
First I´m going to put here the link that Elsa and I we had created:

file:///C:/Users/alumnobach/Desktop/Aisa.html

And now the HTML:

<!DOCTYPE html>
<html>
  <head>
      <title>Aida and Elsa's WEB</title>
   </head>
 <body>
    <h2> Aida and Elsa's WEB :) </h2>
      <p>This is <a href="http://ictaidarb.blogspot.com.es/">Aida's blog</a>.</p>

      <p>And this is <a href="http://ictelsafreire.blogspot.com.es/">Elsa's blog</a>.</p>
      <img src="Gatito.jpg" alt="Kitty" style="width:240px;height:320px;">
<!-- Look Angelica! -->
   <h3 style="color:red;"> Visit our blogs, please! </h3>
 </body>
</html>

I hope you understand it, BYE ^_^

No comments:

Post a Comment