In CSS, some styles are inherited down the HTML document tree while ... 1. div { color: red; } 2. div#nav { color: blue; } 3. div.links { color: lime; } ...
確定! 回上一頁