image map
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">
  <area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm">
  <area shape="rect" coords="290,172,333,250" alt="Phone" href="phone.htm">
  <area shape="circle" coords="337,300,44" alt="Coffee" href="coffee.htm">
</map>
samnaya image map ekak hadenne me widiyata
<area> Attributes
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">

  <area alt="computer" coords="32,47,270,344" download="Computer image" href="computer.jpg" hreflang="en" media="screen and (min-color-index:256)" shape="rect" target="_blank" rel="alternate" type="image/jpeg" referrerpolicy="same-origin">

</map>
HTML
2.<area> coords
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">
  <area shape="default" coords="240,239" alt="Computer Enter button" href="computerenterbutton.html">
  <area shape="rect" coords="33,44,270,345" alt="computer" href="computer.html">
  <area shape="circle" coords="336,302,46" alt="Coffee" href="coffee.html">
  <area shape="poly" coords="287,173,328,174,335,241,294,247" href="phone.html" alt="phone">
</map>
image eke area walata adala coordinates denne mekata
7.<area> shape
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">
  <area shape="default" coords="240,239" alt="Computer Enter button" href="computerenterbutton.html">
  <area shape="rect" coords="33,44,270,345" alt="computer" href="computer.html">
  <area shape="circle" coords="336,302,46" alt="Coffee" href="coffee.html">
  <area shape="poly" coords="287,173,328,174,335,241,294,247" href="phone.html" alt="phone">
</map>
image eke area ekaka හැඩය නියම කරයි.
8.<area> target
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">
  <area target="_blank" shape="rect" coords="32,47,270,344" alt="computer" href="https://www.image-map.net/">
</map>
image map wala dena link eka open kalayuthu sthanaya niyama karay
9.<area> rel
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">

  <!--alternate-->

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" rel="alternate"><br>

  <!--author-->

  <area shape="rect" coords="32,47,270,344" href="w3name.com" rel="author"><br>

  <!--bookmark-->

  <area shape="rect" coords="32,47,270,344" href="#C4" rel="bookmark"><br>

  <!--help-->

  <area shape="rect" coords="32,47,270,344" href="help.com" rel="help"><br>

  <!--license-->

  <area shape="rect" coords="32,47,270,344" href="hhttp://www.apache.org/licenses/LICENSE-2.0" rel="license"><br>

  <!--next-->

  <area shape="rect" coords="32,47,270,344" href="https://www.amazon.com/1" rel="prev"><br>
  <area shape="rect" coords="32,47,270,344" href="https://www.amazon.com/3" rel="next"><br>

  <!--prev-->

  <area shape="rect" coords="32,47,270,344" href="https://www.amazon.com/1" rel="prev"><br>
  <area shape="rect" coords="32,47,270,344" href="https://www.amazon.com/3" rel="next"><br>

  <!--nofollow-->

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" rel="nofollow"><br>

  <!--noreferrer-->

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" rel="noreferrer"><br>

  <!--prefetch-->


  <!--search-->

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" rel="search"><br>

  <!--tag-->

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" rel="tag"><br>


</map>
current document eke සහ link කර karana document/resource අතර සම්බන්ධතාවය තැහවරු කරය්.
11.<area> referrerpolicy
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">

<map name="workmap">

  <area shape="rect" coords="32,47,270,344" href="https://www.w3schools.com/" referrerpolicy="same-origin">

</map>
පරිශීලකයා link එක ක්ලික් කළ විට යැවිය යුතු යොමුකරුගේ තොරතුරු referrerpolicy ගුණාංගය මඟින් නියම කරයි.
Scroll to Top