This selects all <B>
tags directly preceded by <A>
tags:
A+B {
/* styling */
}
What is the selector for all <A>
tags directly followed by <B>
tags?
Here's sample HTML fitting my question:
<a>some text</a>
<b>some text</b>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…