bgcolor="text color" background="background image" text="text color" Hyperlink text color In order to highlight the hyperlink, the hyperlink text is usually in a different color from other text, and a horizontal line is added at the bottom of the hyperlink text. Hyperlink text in HTML text has default colors, and these colors can also be customized in the markup. There are 3 properties: ⑴ link: the color of unvisited hyperlinks ⑵ vlink: the color of visited hyperlinks ⑶ alink: the color of a hyperlink when the mouse is clicked like : Document margins By default, the document is displayed at a certain distance from the browser border. You can customize the distance between the document edge and the window by adding properties in the markup. ⑴ topmargin: the size of the top margin of the document ⑵ leftmargin: the size of the left margin of the document ⑶ rightmargin: the size of the right margin of the document ⑷ bottommargin: the size of the bottom margin of the document like : The unit of edge size here is "pixel". |
<<: Inspiring Design Examples of Glossy and Shiny Website Design
>>: JavaScript Basics Variables
Sometimes you may encounter a situation where a S...
Table of contents 1. Mapped Types 2. Mapping Modi...
Using DOSBox, you can simulate DOS under Windows ...
1. Find mysqldump.exe in the MySQL installation p...
Subquery Classification Classification by returne...
1. Go to the official website to download the ins...
Recently, Microsoft released the 2019 server syst...
1. To build a PPTP VPN, you need to open port 172...
Table of contents Preface 1. Background 2. Simula...
Provide login and obtain user information data in...
Problems: After adding the -v parameter to docker...
1. Set the list symbol list-style-type: attribute...
This article example shares the specific code for...
Table of contents history pushState() Method push...
Preface Since MySQL 5.1.6, a very unique feature ...