AmitDiwan has Published 11367 Articles

HTML DOM Bdo dir Property

AmitDiwan

AmitDiwan

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

84 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

HTML DOM Button autofocus Property

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:12:45

103 Views

The HTML DOM Button autofocus property is associated with autofocus property of the element. The button autofocus property is used to specify whether a button on the HTML document should get the focus or not when the page loads.SyntaxFollowing is the syntax for −Setting the button autofocus property −buttonObject.autofocus ... Read More

HTML DOM Style borderImageOutset Property

AmitDiwan

AmitDiwan

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

32 Views

The HTML DOM borderImageOutset property is used for setting or returning the value by which background image area extends the element border box. By using values for top, left, right and bottom we can specify how much the background image will extend from respective border of the element.SyntaxFollowing is the ... Read More

HTML DOM Bold object

AmitDiwan

AmitDiwan

Updated on 06-Aug-2019 14:06:12

363 Views

The HTML DOM bold object is associated with the html (bold) tag. The tag is used to make the text inside the tag bold .Using the bold object we can access the HTML tag.SyntaxFollowing is the syntax for −Creating a bold object −var x = document.createElement("B");ExampleLet ... Read More

HTML DOM Meter min Property

AmitDiwan

AmitDiwan

Updated on 01-Aug-2019 06:36:25

76 Views

The Meter low property returns/sets a number corresponding to the min attribute of a element. Use this with high, max and low attributes for better results.SyntaxFollowing is the syntax −Returning value of the min propertymeterElementObject.minValue of the min property setmeterElementObject.min = numberExampleLet us see an example for Meter min ... Read More

HTML DOM Meter max Property

AmitDiwan

AmitDiwan

Updated on 01-Aug-2019 06:35:39

64 Views

The Meter low property returns/sets a number corresponding to the max attribute of a element. Use this with high, min and low attributes for better results.SyntaxFollowing is the syntax −Returning value of the max propertymeterElementObject.maxValue of the max property setmeterElementObject.max = numberExampleLet us see an example for Meter max ... Read More

HTML DOM Meter high Property

AmitDiwan

AmitDiwan

Updated on 01-Aug-2019 06:34:17

56 Views

The HTML DOM Meter high property returns/sets a number corresponding to the high attribute of a element. Use this with low, min and max attributes for better results.SyntaxFollowing is the syntax −Returning value of the high propertymeterElementObject.highValue of the high property setmeterElementObject.high = numberExampleLet us see an example for ... Read More

HTML DOM Meta Object

AmitDiwan

AmitDiwan

Updated on 01-Aug-2019 06:32:05

120 Views

The HTML DOM Meta Object in HTML represents the element.SyntaxFollowing is the syntax −Creating a elementvar metaObject = document.createElement(“META”)PropertiesHere, “metaObject” can have the following collections & properties −PropertyDescriptioncontentIt sets/returns the value of the content attribute of a elementhttpEquivIt sets/returns an HTTP header for the information in the ... Read More

HTML DOM Location search Property

AmitDiwan

AmitDiwan

Updated on 01-Aug-2019 06:30:40

75 Views

The Location search property returns/sets a string corresponding to the query parameters for a URL.SyntaxFollowing is the syntax −Returning value of the search propertylocation.searchValue of the protocol property setlocation.search = searchStringExampleLet us see an example for Location search property − Live Demo Location protocol    form {     ... Read More

HTML DOM Meter low Property

AmitDiwan

AmitDiwan

Updated on 31-Jul-2019 14:43:49

79 Views

The Meter low property returns/sets a number corresponding to the low attribute of a element. Use this with high, min and max attributes for better results.SyntaxFollowing is the syntax −Returning value of the low propertymeterElementObject.lowValue of the low property setmeterElementObject.low = numberExampleLet us see an example for Meter low ... Read More

Advertisements