diff --git a/files/en-us/learn/html/howto/add_a_hit_map_on_top_of_an_image/index.md b/files/en-us/learn/html/howto/add_a_hit_map_on_top_of_an_image/index.md index cdcd41dfe3d59d7..817c8ebd4363a23 100644 --- a/files/en-us/learn/html/howto/add_a_hit_map_on_top_of_an_image/index.md +++ b/files/en-us/learn/html/howto/add_a_hit_map_on_top_of_an_image/index.md @@ -76,6 +76,7 @@ Inside the `` element, we need {{htmlelement('area')}} elements. An ` `` elements are {{glossary("void element", "void elements")}}, but do require four attributes: - [`shape`](/en-US/docs/Web/HTML/Element/area#shape) + - : `shape` takes one of four values: `circle`, `rect`, `poly`, and `default`. An `` whose `shape` is `default` occupies the entire image, minus any other hotspots you've defined. If there is any overlap between the defined areas, the source order determines which area takes preference. The shape you choose determines the coordinate information you'll need to provide in `coords`. [`coords`](/en-US/docs/Web/HTML/Element/area#coords)