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
The task of concurrency control in a database man...
Today, when I was writing a small program, I used...
1. Check the character set of the default install...
Web design, according to personal preferences and ...
The DIV floating effect (fixed position) is imple...
Although head and DTD will not be displayed on th...
1. Related concepts 1.1 Jenkins Concepts: Jenkins...
Preface Today, I was reviewing the creational pat...
Many people may ask, does the text on the website...
Preface: When we want to clear a table, we often ...
Table of contents Function Basic query functions ...
When I wrote the Redis book and the Spring Cloud ...
1|0 Compile the kernel (1) Run the uname -r comma...
This article records the installation tutorial of...
method: By desc: Neither can be achieved: Method ...