InterviewSolution
Saved Bookmarks
| 1. |
What Is Css Declaration? |
|
Answer» CSS declaration is style attached to a SPECIFIC selector. It CONSISTS of two parts; property which is EQUIVALENT of HTML ATTRIBUTE, e.g. text-indent: and value which is equivalent of HTML value, e.g. 10pt. NOTE: properties are always ended with a colon. CSS declaration is style attached to a specific selector. It consists of two parts; property which is equivalent of HTML attribute, e.g. text-indent: and value which is equivalent of HTML value, e.g. 10pt. NOTE: properties are always ended with a colon. |
|