<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<dl>
<dt>George</dt>
<dd>Hi</dd>
<dd>What’s up?</dd>
<dt>Mary</dt>
<dd>Hi.</dd>
<dd>I’m doing well, what about you?</dd>
<dt>George</dt>
<dd>Thanks, everything is fine. What are you doing?</dd>
<dt>Mary</dt>
<dd>I’m going to a party today in the evening. And you?</dd>
</dl>
</body>
</html>