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 CSS implementation code for setting the scrol...
1. First, you need to use the target selector of ...
Set vim's working mode (temporary) :set (mode...
1. System environment [root@localhost home]# cat ...
In HTML and CSS, we want to set the color of a bu...
Many people use Linux Homebrew. Here are three ti...
1. Install Docker 1. I installed Centos7 in the v...
The specific code of JavaScript date effects is f...
The scope of css is global. As the project gets b...
Preface For production VPS with public IP, only t...
This time let’s look at a navigation bar layout w...
Preface In JavaScript, you need to use document.q...
This article example shares the specific code of ...
1. Remove MySQL a. sudo apt-get autoremove --purg...
The mysql connection must first be initialized th...