Forum Moderators: not2easy
div. So, in the HTML it would say:
<div class="special"> ... </div> And in the CSS:
div.special { background-color: #f0f; /* This property is for the background colour */
color: #0ff; /* This property is for the text colour */ } That's it!