| www.sum-it.nl > Manpower > Courses > HTML course > HTML continued > Colour (1) |
Previous
Nederlands · Search... |
Colour (1)Lots of things can get a colour by using an option. Examples: the background of a page, a table, a row or a data cell. |
Intro
Basic HTML
Break
Tables
Options
2
Design
End
|
|
|
<HTML>
<HEAD>
<TITLE>Colour
</TITLE>
</HEAD>
<BODY bgcolor="#33ff33"> <table bgcolor="#ccffcc"> <tr> <td>Kinnety <td>Sunny </tr> <tr bgcolor="#ffff00"> <td>Sydney <td>Sunny </tr> <tr> <td>Kuala Lumpur <td bgcolor="6666ff">Clouded </tr> </table> </BODY> </HTML> |
|
|
| Next Colour (2) | ||