InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is The Use Of &combinator? |
|
Answer» &combinatorconcatenates nested SELECTOR with the parent selector. It is USEFUL for PSEUDO classes such as :HOVER and :focus. &combinatorconcatenates nested selector with the parent selector. It is useful for Pseudo classes such as :hover and :focus. |
|