Monday, 10 April 2017

Optional html

<!DOCTYPE hmtl>
<html>
 <head>
 <style>
 table, th, td {
    border: 1px solid black;
}
  <title>Lionel Messi</title>
  <meta charset="UTF-8">
 </style>
 </head>
  <body style="background-color:cyan;">
<h1 style="font-size:60;font-family:impact;text-align:center;">Lionel Messi</h1>
<h2 style="font-size:25;"><ins><em>Small Biography</em></ins></h2>
He was born in Rosario (Argentina),on 24th June 1987.He signed for Barcelona in 2001. His position is forward. He won five golden balls.<p></p>
<a href="https://www.youtube.com/watch?v=raBSmeBo0lA">Goals to Real Madrid</a>
   <img src="imagenes/leomessi.jpg" style="widht:175px;height:175px;">
   <img src="imagenes/leomessi2.jpg" style="widht:175px;height:175px;">
   <img src="imagenes/leomessiking.jpg" style="widht:175px;height:175px;">
  <h2 style="font-size:25;"><ins><em>Goal statistics (last years)</em></ins></h2>
<table style="widht:100">
 <tr>
   <th>Season</th>
   <th>League</th>
   <th>Copa del Rey</th>
   <th>Champions League</th>
   <th>Other</th>
   <th>Total</th>
 </tr>
   <td>2004-2010</td>
   <td>88</td>
   <td>10</td>
   <td>19</td>
   <td>4</td>
   <td>121</td>
 </tr>
 <tr>
   <td>2010-2017</td>
   <td>251</td>
   <td>33</td>
   <td>69</td>
   <td>16</td>
   <td>369</td>
 </tr>
 </body>
</html>



Here is where I got the information: https://en.wikipedia.org/wiki/Lionel_Messi




I hope you like it ;)








1 comment:

  1. Good Job! I suggest you to include the link in the web page in order to include the href tag.

    ReplyDelete