Medium
Which element the css selector below :
div + p, div ~ span {
    ...
}
<section>
    <div></div>     <!-- 1 -->
    <span></span>   <!-- 2 -->
    <p></p>         <!-- 3 -->
    <span></span>   <!-- 4 -->
</section>
Author: BenjaminStatus: PublishedQuestion passed 252 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
9
What is the HTML element that is used to group related content?9
What is the selector `nav a[href^=http://]`?9
What are the two methods that can be used to send data to a server in HTML5?10
What is the `contenteditable` attribute in HTML5?8
How to create a navigation section in HTML58
How to add a border to an image in HTML58
What is the `<output>` element in HTML5?