xxxxxxxxxx
<html>
<body>
<h1>Basic dt element example</h1>
<dl>
<dt>HTML</dt>
<dd>
HTML is short for Hypertext Markup Language and is the standard markup
language used when creating web pages.
</dd>
<dt>HTML Comments</dt>
<dd>
HTML comments are comments in your source code inserted using a HTML
comment Tag.
</dd>
</dl>
</body>
</html>