/* --8<-- [start: cssSection] */
div {
    color: red;
}
/* --8<-- [end: cssSection] */

<!-- -8<- [start: htmlSection] -->
<div><p>content</p></div>
<!-- -8<- [end: htmlSection] -->

/* --8<-- [end: cssSection2] */
/* --8<-- [start: cssSection2] */
div {
    color: red;
}
/* --8<-- [end: cssSection2] */

<!-- --8<-- [start: htmlSection2] -->
<div><p>content</p></div>
