x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
ul {
7
list-style-type: none;
8
margin: 0;
9
padding: 0;
10
overflow: hidden;
11
}
12
13
li {
14
float: left;
15
}
16
17
a:link,
18
a:visited {
19
display: block;
20
width: 120px;
21
font-weight: bold;
22
color: #FFFFFF;
23
background-color: #98bf21;
24
text-align: center;