pondělí 9. listopadu 2015

Tabulka v jazyze html

<p><font color="black"><strong><font size="4">Tabulka:</strong></font></p>
<table border="1" cellspacing="0" cellpadding="0" bordercolor="red">
<tr>
<td>jméno</td>
<td>příjmení</td>
<td>Bydliště</td>
<tr>
<td>Jan</td>
<td>Nedbal</td>
<td>Ústí</td>
<tr>
<td>Tomáš</td>
<td>Křenek</td>
<td>Hranice</td></tr>
</table>

Žádné komentáře:

Okomentovat