To change the color of the background of the body or the text there is a <body> tag that has to be included where there are some elements that has to be used to set the properties of it.
The code is as follows:
<html><head></head><BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#ffff00"></body></html>
he elements that are used in this tag is as follows:
5. ALINK : Represents the color of the text links that will change when the page accessed will be active.
Answers (0)