InterviewSolution
Saved Bookmarks
| 1. |
Why we use css language? |
|
Answer» CSS ALLOWS you to apply SPECIFIC styles to specific HTML elements.The MAIN BENEFIT of CSS is that it allows you to separate style from content. USING just HTML, all the styles and formatting are in the same place, which becomes rather difficult to maintain as the page grows. |
|