Zadanie 6 Utwórz tabelę w którym każdy wers ma inne tło, a ramka wokół jest koloru niebieskiego. I to ma wyglądać tak : I jak to zadanie zrobić w hmtl polecenie podane wyżej :)
Taką tabelkę należy zrobić w html prosze o pomoc nie umiem tego zrobić pliss mam to na jutro
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
Stwórz plik notatnika i nazwij go tebelka.html a następnie wklej do niego następującą treść i zapisz...
<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="Tabelka" />
<meta http-equiv="Content-Language" content="pl" />
<link rel="Shortcut icon" href="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSnoAIBMlCitFjXS70HlCSQvCglyPJ4OzMvT4ORoAWcwYWn7Z3j" />
<title>Tabelka</title>
</head>
<body bgcolor="#fbfbfb">
<style type="text/css">
/* <![CDATA[ */
td { font-size: 12px; color: black; font-family: Arial }
/* ]]> */
</style>
<center>
<table border="2" bordercolor="Blue">
<tr bgcolor="#ffff33">
<td align="center" width="60" height="40">1</td>
<td align="center" width="75" height="40">2</td>
<td align="center" width="60" height="40">3</td>
</tr>
<tr bgcolor="#ff3300">
<td align="center" colspan="2">4</td>
<td align="center" width="60" height="40">5</td>
</tr>
<tr bgcolor="#33ff00">
<td align="center" width="60" height="40">6</td>
<td align="center" width="75" height="40">7</td>
<td align="center" rowspan="2">8</td>
</tr>
<tr bgcolor="#9932CD">
<td align="center" width="60" height="40">9</td>
<td align="center" width="75" height="40">10</td>
</tr>
</table>
</center>
</body>
</html>
Sądzę, że pomogłem i liczę na Naj...