maanantai 19. syyskuuta 2016

Korjaa koodi tehtävä 19.9

<html>
 <head>
 <title>Oma sivu</title>
 </head>
 <body>
 <body style="background:#DB7093">
 <h1>Kokeilu</h1><br>
 <br>lisää tekstiä<br>
 <br>vielä lisää tekstiä<br>
 <p><font face="arial"span style="color:#6B4226">
 <b>uusi kappale</b></font>
 <table border="1" width="900" align="center">
   <tr>
  <th colspan="3">eka solu</th>
   <tr>
  <td width="100">kolmas solu</td>
  <td width="500">neljäs solu</td>
  <td width="300">b solu</td>
   </tr>
 </table>
 <br>
 <table border="1" width="900" align="center">
   <tr>
  <td width="100">eka solu</td>
  <th rowspan="2">otsikkosolu</th>
  <td width="300">a solu</td>
   </tr>
   <tr>
  <td width="100">kolmas solu</td>
  <td width="300">b solu</td>
   </tr>
 </table>
 <p>
 <a href=http://www.kktavastia.fi target="blank">
 <img ="kuvia/koulu_valmis.jpg" alt="Koulun sivuille">
 </a>
 </p>
 <p>
 <a href=http://www.kktavastia.fi target="_blank">Koulun sivut</a>
 </p>
 <p>
 <a href="toka.html" target="_self">
 <img src="kuvia/painike.jpg" alt="Toiselle sivulle">
 </a>
 </p>
 <p>
 <a href="kolmas.html" target="_self">
 <img src="kuvia/painike2.jpg" alt="Kolmannelle sivulle">
 </a>
 </p>
 </body>
</html>

Ei kommentteja:

Lähetä kommentti