bgcolor=text color background=background=background
text=text color
Color of hyperlink text
In order to highlight hyperlinks, hyperlink text usually uses a different color than other texts, and a horizontal line will be added to the lower end of the hyperlink text.
Hyperlink text for HTML text has default colors, and these colors can also be customized in the tag. There are 3 attributes:
⑴ link: Unvisible hyperlink color
⑵ vlink: visited hyperlink color
⑶ alink: the color when the mouse clicks the hyperlink
like :Document Edge
By default, the location where the document is displayed is at a certain distance from the browser's border. In the tag, you can customize the distance between the document edge and the window by adding properties.
⑴ topmargin: the edge size on the top of the document
⑵ leftmargin: the edge size on the left side of the document
⑶ rightmargin: the edge size on the right side of the document
⑷ bottommargin: the edge size at the bottom of the document
like :Here the unit of edge size is pixels.