Inactive Tutor answered 12/05/19
Tutor
New to Wyzant
Hello,
This is actually an HTML question rather than CSS.
"Succeeding element " means that you are referring to an element next to, but after, another one.
For example, you have this HTML:
<h1>Title</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Tempora, perspiciatis.</p>
The <p> tag is the 'succeeding element' of the <h1>.
I hope this helps.
Let me know if you have any more questions.