AmitDiwan has Published 11367 Articles

HTML DOM Button name Property

AmitDiwan

AmitDiwan

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

219 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

891 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

89 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

582 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 baseURI Property

AmitDiwan

AmitDiwan

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

135 Views

The HTML DOM baseURI property returns the base Uniform Resource Identifier (URI) of the document. The property is read-only. The return type is a string value that represents the base URI of the given page.SyntaxFollowing is the syntax for baseURI Property −node.baseURIExampleLet us see an example of the HTML DOM ... Read More

HTML DOM Base target Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:25:16

17 Views

The HTML DOM Base target property is associated with the HTML element. It is used to set or return the value of the target attribute of the element. The target attribute is used to specify where the hyperlink will open. It can open in the page itself or ... Read More

HTML DOM Base object

AmitDiwan

AmitDiwan

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

99 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

202 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

72 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

284 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

Advertisements