InterviewSolution
Saved Bookmarks
| 1. |
If we want define style for an unique element then which css sector will we use |
|
Answer» We should use Id CSS selector if we want to DEFINE a style for a unique element. EXPLANATION: CSS stands for CASCADING style sheets that are USED to display the content inside any text or are generally used in the web pages. |
|