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
Table of contents Basic application of javascript...
Table of contents 1. Install the psutil package S...
The first point to make is that people can judge t...
In fact, we wonder every day when IE6 will really...
Create a folder Directory structure: dabaots Init...
Table of contents 8. CSS3 click button circular p...
I wrote a test program before, in which adding and...
Before the release of Microsoft IE 5.0, the bigges...
The DIV floating effect (fixed position) is imple...
The complete syntax of the SELECT statement is: (...
This article example shares the specific code of ...
This article shares a native JS implementation of...
Linux online installation related commands: yum i...
Sometimes we may encounter such a requirement, th...