在我的网站中,我在一些 html 页面上有以下结构:
<html>
<head><!-- All the usual information here, including the link to the css file --></head>
<body>
<div id="splash">
<!-- The good stuff -->
</div><!--End of Splash-->
</body>
</html>
现在#splash
div 只出现在那个 html 页面上,我需要影响该页面的 csshtml {}
有点不同。下面的符号会做我需要的吗?
html>body#splash {/* CSS that only affects the html that contains div #splash */}