
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CSS Descendant Selector
The descendant selector in CSS is used to match all elements that are descendants of a specified element.
Example
You can try to run the following code to implement CSS Descendent Selector:
Para 1 in the div
Para 2 in the div
Para 3 outside the div.
Output
Advertisements