A basic web page structure is as follows:
TEXT attribute | Used to set the text color in the entire web page |
LINK attribute | Used to set the display color of general hyperlink text |
ALINK attribute | Used to finalize the display color of the text when the mouse moves over the hyperlink text |
VLINK attribute | Visited hyperlink text color |
BACKGROUND attribute | Background image settings, can be GIF and JPEG |
BGCOLOR | Background color setting, if an image is set as the background, it will not work |
LEFTMARGIN | The left margin of the web page display screen and the browser, in pixels |
TOPMARGIN | The top margin of web page display and browser |
Hexadecimal representation, that is, RGB method | Use the # sign plus a six-digit hexadecimal number to form the following example. Each two digits represents a basic color: red, red, green, green, blue, and NBSP. For example: #FF00FF |
HTML color constants | Such as: RED, BULE |