From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Sdkb at 21:00, 9 March 2020 . The present address (URL) is a permanent link to this version.Revision as of 21:00, 9 March 2020 by imported>Sdkb (diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
Most commonly used attributes
| Property
|
Meaning
|
Example
|
| background
|
back ground fill |
background: yellow;
|
| color
|
text colour |
color: blue;
|
| width
|
cell width |
width: 100px;
|
| border-width
|
border width |
border-width: 3px;
|
| text-align
|
Text alignment within cell |
text-align: center;
|