I have HTML that looks like this:
<div class="passage">
<header>a bunch of stuff and elements here</header>
text
<div/>
text
</div>
is there a CSS selector that will allow me to select everything in passage, excluding the header? In this example, it would give me this:
text
<div/>
text
Aucun commentaire:
Enregistrer un commentaire