用語の定義をリスト表示したい

<dl><dt>~</dt><dd>~</dd></dl>  (dl:ブロックレベル、dt:---,dd:---)

<dl>~</dl>で定義リストを指定し、<dt>~</dt>に定義する用語を記入 <dd>~</dd>にdtで指定した要素の解説や定義などを記入する。 <dt>と<dd>はセット使用がデフォルトで<dl>~</dl>間では何度も使用可能
【HTML Source】
<body> <dl> <dt>感謝ポイント</dt> <dd>継続して当店をご利用いただくお客様へ、 ポイントをプレゼントさせていただきます</dd> <dt>バースデーポイント</dt> <dd>お誕生月には500ポイントをプレゼント。</dd> </dl> <script><!-- var fc2footerparam = 'charset=' + encodeURIComponent(document.charset ? document.charset : document.characterSet) + '&url=' + encodeURIComponent(document.location) + '&service=0&r=' + Math.floor(Math.random()*99999999999); var fc2footertag = "//vip.chps-api.fc2.com/apis/footer/?" + fc2footerparam; var script = document.createElement('script'); script.src = fc2footertag; script.charset = "UTF-8"; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); //--></script> <!-- FC2, inc.--> <img src="//media.fc2.com/counter_img.php?id=50" style="visibility:hidden" alt="inserted by FC2 system" width="0" height="0"> <!-- FC2, inc.--></body>
-Internet Explorer- -Firefox-
1 2
inserted by FC2 system