Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Advanced Selectors in CSS
The Advanced Selectors in CSS includes Adjacent Sibling selector, attribute selector, direct child selector, nth-of-type selector, etc. It also includes General Sibling Selector, an example is shown below:
h1 ~ h3
Example of direct child selector ?
div > span
Following is the code showing advanced selectors in CSS ?
Example
Advanced Selectors Example
- Cow
- Dog
- Cat
- Puma
- Leopard
- Cheetah
Animals
Text sample
www.google.com
www.wikipedia.org
Paragraph Text span text
Paragraph Text
Paragraph Text.
Paragraph Text
Output
The above code will produce the following output ?

Advertisements
