x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
a.ex1:hover,
7
a.ex1:active {
8
color: red;
9
}
10
11
a.ex2:hover,
12
a.ex2:active {
13
font-size: 150%;
14
}
15
16
a.ex3:hover,
17
a.ex3:active {
18
background: red;
19
}
20
21
a.ex4:hover,
22
a.ex4:active {
23
font-family: monospace;
24
}