| Navigating: Home > Navigator > Programming > CSS |
B&W,
United States,
Europe
|
6.Prog | |
Programming 10.CSS | |
| - |
Cascading Style-Sheets are used for managing the overall behavior of a document.
They must be set before <body>. The example below sets the default for
|
<html> <head> ... </head>
<body> ... </body> </html> |
| - |
The alternative is using the following, for text and each table separately |
|
<font ... face="verdana,sans-serif,arial,helvetica" color="" style="font-size:8pt" > <table ... style="color: black; font-family: verdana; font-size: 8pt" > <form ... style="margin-bottom:0; margin-top:0" > |
| Links |
| Counter: |