<a href="https://www.example.com" title="Go to the official website">Example Website</a>
<img src="example.jpg" alt="Example image" title="Additional information about this example image">
<p>Let's learn <abbr title="Hypertext Markup Language">HTML</abbr> in a fun and easy way!</p>
<button title="Click this button to confirm.">Confirm</button>
<div title="This section is important.">
    <p>This part of the page contains key content.</p>
</div>
<iframe title="Wikipedia page about HTML language" src="https://en.wikipedia.org/wiki/HTML"></iframe>
<a href="newsletter.pdf" title="Newsletter">Newsletter</a>
<label for="user-name">Name</label>
<input type="text" title="Name" id="user-name">
<input type="text" title="Name" id="user-name">
<label for="user-name">Name</label>
<input type="text" id="user-name" aria-label="Enter your name">
<p>
  The <dfn title="Hypertext Markup Language">HTML</dfn> is a standard
  markup language used to create web pages.
</p>
<p>
    <abbr title="Monday">Mon</abbr>,
    <abbr title="Tuesday">Tue</abbr>,
    <abbr title="Wednesday">Wed</abbr>,
    <abbr title="Thursday">Thu</abbr>,
    <abbr title="Friday">Fri</abbr> are weekdays.
</p>