tab标签页

<!DOCTYPE html>
<html>
<head>
<title>tab标签页</title>
<meta charset="utf-8">
<style type="text/css">
ul{
list-style-type: none;
margin: 0;
padding: 0;
}
ul li{
float: left;
margin-right: 10px;
}
#tab_con{
clear: left;
margin-top: 15px;
}
.active{
background: #333;
color: #fff;
}
.one{
100%;
height: 200px;
background: #f00;
}
.two{
100%;
height: 200px;
background: #0f0;
display: none;
}
.three{
100%;
height: 200px;
background: #00f;
display: none;
}
</style>
</head>
<body>
<ul ;
}
}
</script>
</html>