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
1. Concept Analysis 1: UE User Experience <br ...
It's the end of the year and there are fewer ...
The core is mysqldump and Runtime The operation i...
ENV: [root@centos7 ~]# uname -r 3.10.0-514.el7.x8...
1. Floating layout 1. Let the fixed width div flo...
The span tag is often used when making HTML web p...
The specific method of installing CentOS 7.0 on V...
more is one of our most commonly used tools. The ...
To write a drop-down menu, click the button. The ...
According to major websites and personal habits, ...
1. Problem The problems encountered when initiali...
1. Download the Linux version from the official w...
Web design and development is hard work, so don...
Introduction When we use the MySQL database, we a...
Table of contents DOM processing Arrays method Su...