InterviewSolution
Saved Bookmarks
| 1. |
What is css language? |
|
Answer» CSS STANDS for Cascading Style Sheets.- Cascading refers to the WAY CSS APPLIES one style on top of another.- Style Sheets control the look and feel of web documents.CSS and HTML work hand in hand:- HTML sorts out the page structure.- CSS DEFINES how HTML ELEMENTS are displayed. |
|