╰つ ゛思 绪 万 千 , 不 如 努 力 向 前 .ヽ
What is the difference between
* {color:red;} and body{color:red;}? -PHP Chinese website Q&A-What is the difference between * {color:red;} and body{color:red;}? -PHP Chinese website Q&A
Please watch and learn.
* {color:red;}的作用域为整个网页,而body{color:red;}的作用域只有<body>包含的内容</body>标签里边的元素
What is the difference between
* {color:red;} and body{color:red;}? -PHP Chinese website Q&A-What is the difference between * {color:red;} and body{color:red;}? -PHP Chinese website Q&A
Please watch and learn.
* {color:red;}的作用域为整个网页,而body{color:red;}的作用域只有<body>包含的内容</body>标签里边的元素