在html中用dl格式表格让图片在左文字在右

img

img

<style>
img,dt{float:left}
dd{float:right;}
</style>
<dl>
  <dt><img src=""/></dt>
  <dd>A free, open source, cross-platform, graphical web browser
      developed by the Mozilla Corporation and hundreds of volunteers.
  </dd>
</dl>