<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<style type="text/css">
.vote {
display: inline-block;
width: 90px;
height: 28px;
line-height: 28px;
background-color: #FF8C1C;
color: white;
cursor: pointer;
margin-top: 8px;
padding: 5px;
text-align: center;
}
</style>
</head>
<body>
<!-- dl标签:定义列表(definition list) -->
<!-- dt标签:一项 -->
<!-- dd标签:一项的描述 -->
<dl>
<dt>Number One</dt>
<dd class="vote" data-option="153">看看吧</dd>
</dl>
</body>