Example Question
The Answer.
Can I use selector tags?
Example using the immediate child selector:
details > p {property: value;} would style p tags that are immediate children of the details tag
How can I style my list items?
- Using the descendant selector can style this section
- details li {property: value;}