<!-- Write your comments here
-->
Area tag in html
HTML Area Tag is used to specify an Area inside an Image map this area is a clickable portion of the Map. AreaTag always used inside of map.
Area Attributes
An Attributes defines the characteristics of an HTML element. Some most useable "Attributes" of "Area Tag" are cited below.
Attribute | Value | & Description |
---|---|---|
alt | text | Alt attribute is used to specify an alternative text for a specified area in a selected section. It's only required when you're using href attribute in it. read more about "A" tag its attribute and Href Links #_Here |
coords | coordinates | Coordinates can be used to specifies the coordinates of the area tag |
download | downloaded file's URL | Specifies that the target will be downloaded when a user clicks on the hyperlink It will convert the simple href link into a html download link. Read more about Download Attribute at #_Download Attribute |
href | URL | href attribute contains hyperlink for the area here is a the syntax of HTML hyperlinks #_Hyperlink Syntax |
hreflang | language_code | Specifies the language of the target URL |
media | media query | Specifies what media/device the target URL is optimized for |
referrerpolicy | no-referrer no-referrer-when-downgrade origin origin-when-cross-origin same-origin strict-origin-when-cross-origin unsafe-url |
Specifies which referrer information to send with the link |
rel | alternate | REL is a short form of relation it is used to specifies a relationship between different web pages |
shape |
default rect circle poly |
Specifies the shape of the area |
target | _blank _parent _self _top Complete information about the Attribute is Here framename |
Specifies where to open the target URL |
type | media_type | Specifies the media type of the target URL |
Area Tag "onblur event"
The actual purpose of the "onblur attribute" is to indicate that the user has lost focus OR the mouse cursor is not hover at that time.
HTML Tags
- Comment
- A
- Abbr
- Acronym
- Address
- Applet
- Article
- Aside
- area
- Audio
- B
- Base
- Basefont
- Bdi
- Bdo
- Big
- Blink
- Blockquote
- Body
- Br
- Button
- Canvas
- Caption
- Center
- Cite
- Code
- Col
- Colgroup
- Datalist
- Dd
- Del
- Details
- Dfn
- Dialog
- Dir
- Div
- Dl
- Dt
- em
- Embed
- Fieldset
- Figcaption
- Figure
- Font
- Footer
- Form
- Frame
- Frameset
- H1 - H6
- Head
- Header
- Hr
- Html
- I
- Iframe
- Img
- Input
- Ins
- Kbd
- Keygen
- Label
- Legend
- Li
- Link
- Main
- Map
- Mark
- Menu
- Menuitem
- Meta
- Meter
- Nav
- Noframes
- Noscript
- Object
- Ol
- Optgroup
- Option
- Output
- P
- Param
- Pre
- Progress
- Q
- Rp
- Rt
- Ruby
- S
- Samp
- Section
- Select
- Small
- Source
- Span
- Strike
- Strong
- Style
- Sub
- Summary
- Sup
- Table
- Tbody
- Td
- Tfoot
- Th
- Thead
- Time
- Title
- Tr
- Track
- Tt
- U
- Ul
- Var
- Video
- Wbr
- Script
0 Comments