<body>
<body bgcolor = "#98fc03" text = "#557524" >
<h1> Title </h1>
<p>Change the color of the background and the title, and check th result.</p>
<p style=color:#174008 >Here we used style attribute to change the color of the letters.</p>
<p> Here we use the settings again what we gave for the whole text. </p>
<table bgcolor = "#000000">
<tr>
<td>
<font color = "#FFFFFF">This paragraph will appear with white letters on black background.</font>
</td>
</tr>
</table>
</body>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.