diff --git a/guide/english/html/elements/area-tag/index.md b/guide/english/html/elements/area-tag/index.md index 9d427e4ed8..4cfbdca4ea 100644 --- a/guide/english/html/elements/area-tag/index.md +++ b/guide/english/html/elements/area-tag/index.md @@ -3,13 +3,17 @@ title: Area Tag --- ## Area Tag -This is a stub. Help our community expand it. +`` tag is used to define an area inside an image with clickable areas (also known as image-map). `` tag always sits inside a `` tag. -This quick style guide will help ensure your pull request gets accepted. - - +Example usage: +```html + + Rectangle + Circle + +Sample shapes +``` #### More Information: - - +- The HTML <area> element: MDN