What is the HTML code for putting a black background behind text?

Mat

New member
Im looking to put it behind a block of text, but where in this code
<p style="background-color:black"> do i put the text??
 
Behind the entire page?

<body style="background-color:black">

Behind just a block of text?

<p style="background-color:black">

Woot, you did it.
 
Back
Top