特定の型から最初の要素を取得するにはどうすればよいですか。
h1:first-of-type {
background: red;
}
<h1>Main Title</h1>
<div class="content">
<h1>Another Title</h1>
<div class="para">
<h1>One More Title</h1>
</div>
</div>
h1
「メインタイトル」 、背景赤を設定したい。問題は、3 つすべてがh1
background:red;