InterviewSolution
Saved Bookmarks
| 1. |
How to draw a triangle using CSS? |
|
Answer» In CSS, SAY if you have two conflicting styles for an element, the browser should decide which one to apply and render. This is chosen by the browser-based on specificity. Specificity is nothing but a set of rules. Some of the rules are mentioned below.
|
|