彼らがそこにいるので、なぜあなたに<hx>
タグを使わないのですか?それはあなたの問題を解決し、意味的に正しいです:
<ul>
<li class="container">
<h2>Title Is Here</h2>
<span class="description">Cred vice synth cliche, salvia banksy chambray organic blog. Quinoa organic fap 8-bit, fingerstache butcher gastropub vinyl.<span>
</li>
<li class="container">
<h2>Another title</h2>
<span class="description">Authentic 8-bit messenger bag PBR master cleanse, organic fanny pack beard raw denim etsy.<span>
</li>
</ul>
li.container {
float: left;
border: 1px solid black;
padding: 10px;
margin: 10px;
}
h2 {
font-size: 1.3em;
}
span.description {
color: #888;
}