<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<style type="text/css">
h2 {
color: #0f7cbf;
font-weight: bold;
background-color: #e4f1fa;
}
.title {
background-color: #0f7cbf;
font-size: 18px;
font-weight: bold;
color: #FFF;
text-indent: 1em;
line-height: 35px;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #F60;
text-decoration: underline;
}
</style>
</head>
<body>
<div>
<div class="title">
<h1>家用电器</h1></div>
<h2>大家电</h2><br/>
<a href="#">平板电视 </a>
<a href="#">洗衣机</a>
<a href="#">冰箱</a><br/>
<a href="#">空调</a>
<a href="#">烟机/灶具</a>
<a href="#">热水器</a><br/>
<a href="#">冷柜/酒柜</a>
<a href="#">消毒柜</a>
<a href="#">家庭影院</a>
<h2>生活电器</h2>
<a href="#">电风扇 </a>
<a href="#">净化器</a>
<a href="#"> 吸尘器</a><br/>
<a href="#">净水设备</a>
<a href="#">挂烫机</a>
<a href="#">电话机</a>
<h2>厨房电器</h2>
<a href="#">榨汁机</a>
<a href="#">电压力锅</a>
<a href="#">电饭煲</a><br/>
<a href="#">豆浆机</a>
<a href="#">微波炉</a>
<a href="#">电磁炉</a>
<h2>五金家装</h2>
<a href="#">淋浴/水槽</a>
<a href="#">电动工具</a>
<a href="#">手动工具</a><br/>
<a href="#">仪器仪表</a>
<a href="#">浴霸/排气</a>
<a href="#">灯具</a>
</div>
</body>
</html>