InterviewSolution
Saved Bookmarks
| 1. |
What Is Property? |
|
Answer» Property is a stylistic PARAMETER (attribute) that can be influenced through CSS, e.g. FONT or WIDTH. There must ALWAYS be a corresponing value or values set to each property, e.g. font: bold or font: bold san-serif. Property is a stylistic parameter (attribute) that can be influenced through CSS, e.g. FONT or WIDTH. There must always be a corresponing value or values set to each property, e.g. font: bold or font: bold san-serif. |
|