Code
<!DOCTYPE html>
<html>
  <head>
    <title>Wikitechy area Tag</title>
    <base href="../try-it/">
  </head>
  <body>
    <h2>Wikitechy Tutorials</h2>
    <img src="area.png"  alt="usemap" border="0" usemap="#map_name"/>
    <map name="map_name">
      <area shape="rect"
        coords="20,19,126,53"
        href="https://www.wikitechy.com/step-by-step-html-tutorials/html-introduction"
        alt="HTML Tutorial"
        target="_blank" /
>

      <area shape="rect"
        coords="22,83,126,125"
        alt="PHP Tutorial"
        href="https://www.wikitechy.com/php/php-programming"
        target="_blank" /
>

      <area shape="circle"
        coords="73,168,32"
        alt="CSS Tutorial"
        href="https://www.wikitechy.com/css/css-introduction"
        target="_blank" /
>

    </map>
  </body>
</html>


Result