HTML hyperlink style (four different states) setting example

HTML hyperlink style (four different states) setting example

Copy code
The code is as follows:

<style type="text/css">
<!-- Hyperlink text font settings -->
A {
FONT-SIZE: 16px; FONT-FAMILY: Songti
}
<!-- Font settings for the text the hyperlink is connecting to -->
A:link {
COLOR: #0055bb; TEXT-DECORATION: none
}
<!-- Hyperlink visited text font settings -->
A: visited
COLOR: #0077bb; TEXT-DECORATION: none
}
<!-- Hyperlink mouse hover text font settings -->
A:hover {
COLOR: #ff0000; TEXT-DECORATION: none
}
</style>

<<:  Analysis of JavaScript's event loop mechanism

>>:  Display mode of elements in CSS

Recommend

Instructions for using JSON operation functions in Mysql5.7

Preface JSON is a lightweight data exchange forma...

Detailed explanation of the function and usage of DOCTYPE declaration

1. Browser rendering mode and doctype Some web pa...

Implementation code of using select to select elements in Vue+Openlayer

Effect picture: Implementation code: <template...

Detailed explanation of global parameter persistence in MySQL 8 new features

Table of contents Preface Global parameter persis...

Web front-end performance optimization

Web front-end optimization best practices: conten...

JavaScript programming through Matlab centroid algorithm positioning learning

Table of contents Matlab Centroid Algorithm As a ...

Distributed monitoring system Zabbix uses SNMP and JMX channels to collect data

In the previous article, we learned about the pas...

Nginx/Httpd reverse proxy tomcat configuration tutorial

In the previous blog, we learned about the usage ...

MySQL slow log online problems and optimization solutions

MySQL slow log is a type of information that MySQ...

How to set up a deployment project under Linux system

1. Modify the firewall settings and open the corr...

Tutorial on installing DAMO database on Centos7

1. Preparation After installing the Linux operati...

Summary of commonly used commands for docker competition submission

Log in to your account export DOCKER_REGISTRY=reg...

TortoiseSvn Little Turtle Installation Latest Detailed Graphics Tutorial

There were always problems when installing tortoi...