!
Let's look at some of the common attributes used with the <body> tag in older HTML to control page appearance.
This attribute is used to set the background color of the webpage.
This sets an image as the background of the webpage.
This defines the default color of all text on the page.
This sets the color of unvisited links.
This changes the color of a link while it is being clicked (active state).
This sets the color of links that have already been visited.
Note: These attributes are outdated and have been replaced by CSS in modern HTML, but it's important to learn them for foundational understanding.