<p>
    The concert was held <time datetime="2001-05-15 19:00">yesterday</time>.
</p>
Rendered Output
<p>
    The following feature has been removed.
    <del cite="https://example.com/changelog" datetime="2022-11-14">
        Details about the removed feature...
    </del>
</p>
<p>
    This is a description of the latest update.
    <ins cite="https://example.com/changelog" datetime="2022-11-14">
        Details about the latest update...
    </ins>
</p>
<p>
    The next meeting is scheduled for <time datetime="2023-09-11T14:30:00">2:30 PM tomorrow</time>.
</p>