Texte

Mot

phrase

fin du titre

Code HTML du bloc précédent

<h1>Texte <span class="ib"><h2>Mot</h2><p>phrase</p></span> fin du <i>titre</i></h1>

Code CSS associé

    span.ib {
            display: inline-block;
            background-color: mediumaquamarine;
        }
        h1 {
            background-color: lightgoldenrodyellow;
        }