h2 ~ p {
color: blue;
}
<section> <p>P1</p> <h2>H2</h2> <p>P3</p> <p>P4</p> </section>
- P3P3
- P1P1
- P1, P3, and P4P1, P3, and P4
- P3 and P4
Correct Answer:
- P3 and P4
Which element(s) will be blue?
h2 ~ p {
color: blue;
}
<section> <p>P1</p> <h2>H2</h2> <p>P3</p> <p>P4</p> </section>
Correct Answer:
Latest Updates
No posts found in this category.