<! 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>
<Title> untitled document </title>
<Style type = "text/CSS">
<! --
Dt {
Float: left;
Width: 60px;
Margin: 0px;
Padding: 0px;
}
Dd {
Float: left;
Clear: none;
Width: 290px;
Margin: 0px;
Padding: 0px;
}
DL {
Width: 350px;
Font-size: 9pt;
Line-Height: 1.5em;
Position: relative;
Margin: 0px;
Padding: 0px;
Left: 15px;
}
. Red {
Color: # ff3300;
}
# Box {
Width: 500px;
Background-color: # f1f1f7;
}
# Box # Content {
Padding-top: 10px;
Padding-Right: 10px;
Padding-bottom: 10px;
Padding-left: 20px;
}
-->
</Style>
</Head>
<Body>
<Div id = "box">
<Div id = "content">
<DL>
<DT> product name: </DT>
<DD> <strong> [product name] </strong> benefits: <SPAN class = "red"> <em> 6.5 off </em> </span> </DD>
<DT> product introduction: </DT>
<DD> product name product product Name product name ...... [<SPAN class = "red";> details </span>] </DD>
<DT> store address: </DT>
<DD> product name </DD>
<DT> contact number: </DT>
<DD> 1234-76312395 35202741 </DD>
</Dl>
</Div>
</Div>
</Body>
</Html>