Proszę o wykonanie zadania w załączniku (html)
Stwórz notatnik i nazwij go: tabela.html i wklej do niego tą zawartość:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"><head> <meta http-equiv="Content-Type" CONTENT="text/html; charset=windows-1250; charset=iso-8859-2" /> <meta name="Description" content="tabela" /> <meta http-equiv="Content-Language" content="pl" /> <link rel="Shortcut icon" href="" /> <title>Tabela</title></head><body><table border="2" bgcolor="red"><colgroup span="2"></colgroup><tr> <td colspan="2"><font color="Lime" size="14"><center>opis</center></font></td></tr><tr> <td>15</td> <td>25</td></tr><tr> <td>30</td> <td>50</td></tr><tr> <td>45</td> <td>75</td></tr></table></body></html>
Sądzę, że pomogłem i liczę na Naj...
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Stwórz notatnik i nazwij go: tabela.html i wklej do niego tą zawartość:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" CONTENT="text/html; charset=windows-1250; charset=iso-8859-2" />
<meta name="Description" content="tabela" />
<meta http-equiv="Content-Language" content="pl" />
<link rel="Shortcut icon" href="" />
<title>Tabela</title>
</head>
<body>
<table border="2" bgcolor="red">
<colgroup span="2"></colgroup>
<tr>
<td colspan="2"><font color="Lime" size="14"><center>opis</center></font></td>
</tr>
<tr>
<td>15</td> <td>25</td>
</tr>
<tr>
<td>30</td> <td>50</td>
</tr>
<tr>
<td>45</td> <td>75</td>
</tr>
</table>
</body>
</html>
Sądzę, że pomogłem i liczę na Naj...