InterviewSolution
Saved Bookmarks
| 1. |
What is the function of the cascading style sheet(a) Allows us to edit the HTML document(b) It is an IDE that allows us to write HTML codes more efficiently(c) It allows us to use the same style on multiple HTML documents(d) It acts as an intermediary to provide a variety of information services |
|
Answer» The correct choice is (c) It allows us to use the same style on multiple HTML documents The explanation is: The cascading style sheet allows us to use the same style sheet on multiple HTML documents allowing us to maintain a distinctive but uniform look on all the pages of a Web site. |
|