<html>
<head>
<style>
body{
background-color: black;
}
p {
color: white;
}
</style>
</head>
<body>
<p>This line is white but its background is black</p>
<p>This line is also another white line but its background is black</p>
</body>
<html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.