...
...
<div> <h1>1. Titolo principale h1</h1> <h2>1.1 Primo sottotitolo h2</h2> <p>...</p> <h2>1.2 Secondo sottotitolo h2</h2> <p>...</p> </div>
h1 + h2 {color: white;}
<ul> <li>List Item 1</li> <li>List Item 2</li> <li>List Item 3</li> <li>List Item 4</li> <li>List Item 5</li> </ul>
li + li {color: white;}