black background code html

Need to add to your we page background so its black.

This is the code to change the color of your web page back ground.

<body bgcolor=”black” text=”black” link=”blue” vlink=”purple” alink=”red”>

To change your font to black use the following.

<font color=”black”>My Text</font>

or

<body bgcolor=”#000000″ text=”black” link=”blue” vlink=”purple” alink=”red”>

<font color=”#000000″>My Text</font>

Tags: