Answer:
- div, p – Selects all <div> elements and all <p> elements
- div p – Selects all <p> elements that are anywhere inside a <div> element
- div > p – Selects all <p> elements where the immediate parent is a <div> element
- div + p – Selects all <p> elements that are placed immediately after a <div> element
- div ~ p – Selects all <p> elements that are anywhere preceded by a <div> element
If you want to explore more about CSS3, visit our videos section! Below are some examples:
You can also follow some of the broadcasters who program in CSS3, as below:
Another cool way to find out interesting things about PHP is to access our project page!