InterviewSolution
Saved Bookmarks
| 1. |
What is external css? |
|
Answer» tion:An external style sheet is a separate FILE linked to an HTML web page. It comes with a .css FILENAME EXTENSION. All the styles that need to be used on a website can be declared in the external style sheet. External style SHEETS are an important tool from the webmaster's perspective. |
|