A basic page structure is as follows:
Title displayed in the top left of the browser
Placing content that appears in the browser
Properties of the Label:
| Text Property |
Used to set the color of text throughout a Web page |
| Link Property |
Used to set the display color for general hyperlink text |
| ALink Property |
Used to finalize the display color of text when the mouse is moved over the hyperlink text |
| Vlink Property |
hyperlink text color that has been visited |
| Background property |
Background image settings, which can be GIF and JPEG |
| BGCOLOR |
Background color setting, if the image is set to background, it does not work |
| LEFTMARGIN |
The left margin of the Web page display screen and the browser, in pixels |
| TOPMARGIN |
Page display with top margin of browser |
Two ways to represent a color type:
| Hexadecimal representation, which is the RGB method |
With the # number plus six hexadecimal digits, each of the two bits represents a A basic color: delight Blue and Blue: #FF00FF |
| HTML Color Constants |
such as: RED, BULE |