テキストの色を変更するためにスパンを追加する必要がありますが、テキストが特定の形式に従っている場合に限ります。例えば:
<div>
Random text.
<br>
x. I want to add a span to this line
<br>
Not this one.
<br>
x. Yes to this.
<br>
x. And this!
</div>
この例では、span
で始まる行にを追加しx.
ます。フォーマットを変更できず、テキストが「p」内にありません。