Tekstit

Näytetään blogitekstit, joiden ajankohta on syyskuu, 2017.

Korjattu koodi

<html>   <head>     <title>Oma sivu</title>   </head>   <body bgcolor="#DB7093">     <h1>Kokeilu</h1><br>     lisää tekstiä<br>     vielä lisää tekstiä     <p><font face="arial" 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>   <...