Copy code The code is as follows:a:link { font-size: 12px; color: #000000; text-decoration: none; } a:visited { font-size: 12px; color: #000000; text-decoration: none; } a:hover { font-size: 12px; color: #999999; text-decoration: underline; } Defining the style sheet in this way can achieve your function. If you don’t know the style sheet, you can add the following code to the <head></head> tag of your page: Copy code The code is as follows:<style type="text/css"> <!-- a:link { font-size: 12px; color: #000000; text-decoration: none; } a:visited { font-size: 12px; color: #000000; text-decoration: none; } a:hover { font-size: 12px; color: #999999; text-decoration: underline; } --> </style> |
>>: A brief analysis of Linux network programming functions
Visual Studio Code is a powerful text editor prod...
This article mainly introduces how to evenly dist...
/******************** * Application of linked lis...
1. Check whether event is enabled show variables ...
MySQL installation (4, 5, 6 can be omitted) State...
At present, most people who use Linux either use ...
Copy code The code is as follows: <!DOCTYPE HT...
In many cases, in order to beautify the form, the ...
1. Color matching effect preview As shown in the ...
Use self:: or __CLASS__ to get a static reference...
When installing Docker on Windows 10, after selec...
This article example shares the specific code of ...
Without further ado, let's take a look at the...
Today we will talk about how to use Jenkins+power...
1. Introduction Recently I found that there are m...