<p>
    <dfn>HTML</dfn> stands for HyperText Markup Language.  
    It is a language used to structure and display content on the web.
</p>
Rendered Output
<p>
    <dfn>HTML</dfn> is an acronym for HyperText Markup Language,
    a language used to structure and display content on web pages.
</p>
<p>Descriptions of HTML and CSS.</p>
<dl>
    <dt><dfn>HTML</dfn></dt>
    <dd>
        An acronym for HyperText Markup Language,
        a markup language used to create web pages.
    </dd>
    <dt><dfn>CSS</dfn></dt>
    <dd>
        An acronym for Cascading Style Sheets,
        a stylesheet language used to specify the style and layout of web pages.
    </dd>
</dl>
<section>
    <h2>ARIA</h2>
    <p>
        <dfn>ARIA</dfn> stands for Accessible Rich Internet Applications,
        an accessibility technology that helps make web content
        usable with assistive technologies.
    </p>
</section>
<p>
    The <dfn title="Hypertext Markup Language">HTML</dfn> is a standard
    markup language used to create web pages.
</p>
<p>
    The <dfn><abbr title="Cascading Style Sheets">CSS</abbr></dfn> is used
    for styling web documents.
</p>