| Growth in Home PCs in France | |
| 1994 | |
| 1995 | |
| 1996 | |
| 1997 | |
| 1998 | |
Here is the code to achieve the above table:
<html> <head><title>Home PCs in France</title></head> <body bgcolor=bbbbbb> <table bgcolor=ffffff border=0> <tr> <td colspan=2><b>Growth in Home PCs in France</b> <tr> <td>1994 <td><img src="red19.jpg" width=40 height=19> <tr> <td>1995 <td><img src="red19.jpg" width=39 height=19> <tr> <td>1996 <td><img src="red19.jpg" width=40 height=19> <tr> <td>1997 <td><img src="red19.jpg" width=42 height=19> <tr> <td>1998 <td><img src="red19.jpg" width=52 height=19> </table> </body> </html>