HTML is the markup language used to give content structure.
CSS
CSS is the language used to add a creative layer on top of HTML.
Code
<dl>
<dt>HTML</dt>
<dd>HTML is the markup language used to give content structure.</dd>
<dt>CSS</dt>
<dd>CSS is the language used to add a creative layer on top of HTML.</dd>
</dl>