Alternative to tooltips from title when viewed on a mobile device

I have a simple webpage that is a photo of 50 people. I have a map of the photo for each person's face. When the user hovers the mouse pointer, the title (name of person) is displayed.

  <area target="_self" alt="p44" title="Joslynn Baker" href="" coords="1400,1531,65" shape="circle">

Naturally it does not work on mobile devices or tablets.

Is there something simple I can add to the html that would show the name (Joslynn Baker) if a touch/click were registered in that mapped area?

Many Thanks