使用言語:HTML css
[クラス名] のような記事one twoとthreexarticle、yarticle とtwozarticleに複数のクラスを使用する場合。threethree
クラス名の記事を表示できるtwoようになりました。この場合は xarticle と yarticle です。
前もって感謝します。
body{
<p class="one" class="two" class="three">how</p>
<p class="two" class="three">you</p>
<p class="three">doing</p>
}
上記の場合、クラス名 2 を使用して「how you」を表示できますか。