WEB骇客
<dl>
    <dt>Name</dt>    
    <dd>Godzilla</dd>
    <dt>Born</dt>
    <dd>1952</dd>
    <dt>Birthplace</dt>
    <dd>Japan</dd>
    <dt>Color</dt>
    <dd>Green</dd>
</dl>
body{margin: 30px;}
dt:after {
  content: ": ";
}
dt{font-weight: bold}
dd{margin-left:2em;}
返回