How do I make it so an title attribute displays the username (different tag), while hovering over a picture?
<div class="profile">
<img class="image" src="images/7.png" title="here - that it will show the tag value">
<div class="names-row">
<p class="name">User</p>
<p class="tag">@username</p>