The HTML Area Tag Shape attribute defines the shape of the area, within an image, that can be clicked. In other words we can say that by using the HTML Area Tag Shape Attribute we define the shape of clickable area within an image. HTML Area tag Shape Attribute is always used with the HTML […]
HTML Area Tag Type Attribute
HTML Area Tag Type Attribute defines the MIME type of the linked resource or webpage. HTML Area Tag Type Attribute is used only when the HTML href attribute is also used in the HTML area tag. Syntax of using the HTML Area Tag Type Attribute <area type=”MIME_type”> The HTML Area Tag Type Attribute can have […]
HTML Anchor Tag Shape Attribute
The HTML Anchor Tag Shape attribute <shape> defines the shape of the link, within an image or object, which can be clicked. In other words we can say that by using the HTML Anchor Tag Shape Attribute we define the shape of clickable area within an image or object. HTML Anchor Tag Shape Attribute is […]
HTML Bdo Tag Dir Attribute
HTML Bdo Tag Dir Attribute is used to give direction to the text within the HTML Bdo Tag. HTML Bdo Tag (<bdo>) stands for bidirectional override. The HTML Bdo Tag is used to overrule the existing direction of text in any HTML resource or webpage. HTML Bdo Tag Dir Attribute Syntax <bdo dir=”rtl|ltr”> Some text here </bdo> […]
HTML Blockquote Tag Cite Attribute
The HTML Blockquote Tag <blockquote> Cite Attribute is used to classify the URL of the resource from where we are quoting text or information in the HTML Blockquote Tag. HTML Blockquote tag is a closed tag and needs closing HTML Blockquote Tag </blockquote>. Note: Browsers usually tend to indent the elements and text within the […]