<!DOCTYPE html>
<html>
<head>
<title>HTML Colors</title>
</head>
<body>
<p style="color: blue; background-color: yellow;">Blue text on a yellow background.</p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.