AmitDiwan has Published 10740 Articles

HTML DOM Button object

AmitDiwan

AmitDiwan

Updated on 07-Aug-2019 11:57:48

792 Views

The HTML DOM Button object is associated with the element.PropertiesFollowing are the properties for the HTML DOM button object −PropertyDescriptionautofocusTo set or return whether a button is automatically focused or not when the page loads.disabledTo set or return whether a given button is disabled or not.formTo return the reference ... Read More

HTML DOM Button name Property

AmitDiwan

AmitDiwan

Updated on 07-Aug-2019 11:52:31

306 Views

The HTML DOM Button name property is associated with name attribute of the element. The name property is used to set or return the value of the name attribute of the button. The name attribute is used in forms to select an element using JavaScript.SyntaxFollowing is the syntax for ... Read More

HTML DOM Button disabled Property

AmitDiwan

AmitDiwan

Updated on 07-Aug-2019 11:47:41

1K+ Views

The HTML DOM Button disabled property is associated with disabled attribute of the element .The button disabled property is used to set or return whether a given button is disabled or not. It is used to disable the button so that the user can no longer interact with the ... Read More

HTML DOM blockquote cite Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:39:29

183 Views

The HTML DOM blockquote cite property is associated with the HTML element. This property is used to set or return the cite attribute of the quote. The cite property is useful for screen readers and not so much for normal user as it doesn’t have any visual effect on ... Read More

HTML DOM Anchor text Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:30:04

856 Views

The HTML DOM text property associated with the anchor tag () specifies the text part of an anchor tag.For example − Google. Here the text part is Google. Using the text property we can get or change the value of anchor text.SyntaxFollowing is the syntax for −Returning the text property ... Read More

HTML DOM Base object

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:24:15

192 Views

The HTML DOM Base object is associated with the HTML element. The element is used to specify the base url for all other URLs in the HTML document. There can at most one element in an HTML document. The Base object is used to set or get ... Read More

HTML DOM Base href Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:23:30

309 Views

The HTML DOM Base href property is associated with the HTML tag. The tag is used to specify the base URL for all relative URLs in the current HTML document. There can be a maximum of one tag in a HTML document. The Base href Property returns ... Read More

HTML DOM Area Object

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:20:44

158 Views

The HTML DOM Area Object is associated with the image map in HTML. Area basically represents the clickable area inside the image map.The image object helps us in creating and accessing the element within the object. We can change clickable region inside the map or change the shape etc. ... Read More

HTML DOM Body object

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:17:32

382 Views

The HTML DOM Body object is associated with the HTML element. The attributes and their values set inside the body tag stay throughout the HTML document unless they are overridden by any of its child node.The body object can be used to access and manipulate these properties and their ... Read More

HTML DOM Bdo dir Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:13:53

171 Views

The HTML DOM Bdo dir property is associated with the HTML element. Here, bdo stands for Bi-Directional Override. The tag is used to override the current text direction which is by default left to right. The bdo dir property sets or returns the dir attribute value of a ... Read More

Advertisements