HTML Area Tag Hreflang Attribute defines the language of the target resource or webpage to which the area is linked via HTML Area Tag Href Attribute. The HTML Area Tag Hreflang Attribute is used only if the Href Attribute is also used because if there is no targeted resource or webpage then how can there […]
HTML
HTML Area Tag Media Attribute
HTML Area Tag Media Attribute specifies for what device(s) the media, linked to the current area via HTML area tag, is optimized for. In other words we can say that by using the HTML Area Tag Media Attribute we specify the device(s) for which the linked resource or webpage is optimized. The HTML Area Tag […]
HTML Area Tag NoHref Attribute
HTML Area Nohref attribute defines that the area is not linked to any resource or webpage and hence cannot be clicked. In other words we can say, that once we mention the area as nohref then the area becomes unclick-able and hence cannot be linked to any resource or webpage. HTML area nohref attribute’s functionality […]
HTML Area Tag Rel Attribute
The HTML Area Tag Rel Attribute defines the relationship between the linking resource or webpage and the linked resource or webpage. HTML Area Tag Rel Attribute is used only if the HTML Href Attribute is also used in the HTML area(<area>) tag. Note: HTML Area Tag Rel Attribute is new in HTML 5. Syntax of […]
HTML Area Tag Target Attribute
In HTML opening link in a new window is very easy and frequently achieved functionality. In order to open link in a new window we use the target attribute of the HTML area(<area>) tag. Note: HTML Area Tag Target Attribute is used only if the HTML Area Href Attribute is used. Syntax of using HTML […]