<!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>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.