Result
Download
Reset
▶︎
<html lang="ja"> <meta charset="utf-8"> <style> div{margin:0;padding:0;} div div{color:red;} div{font-size: 40px;} </style>
A
B
C
CSS の2行目 →
div div{color:red;}
は
子セレクター
(内包セレクター)です.
<script></script> </html>