Sharon Christine has Published 450 Articles

Free ! BBM for Android and iPhone

Sharon Christine

Sharon Christine

Updated on 21-Apr-2022 08:00:28

BlackBerry Messenger(BBM), an awesome instant messaging platform, now available on non-BlackBerry platforms – Android and iPhone. User can download thisBBM facilitates many features with good speed, and better privacy and control that user cannot get on other instant messenger apps. The new BBM Sends and receives messages in seconds, facilitates ... Read More

Where should I put

HTML DOM Select multiple Property

Sharon Christine

Sharon Christine

Updated on 01-Jul-2020 09:33:54

The HTML DOM select multiple property returns and modify whether multiple options can be selected from a drop-down list or not.SyntaxFollowing is the syntax −Returning multipleobject.multipleModifying multipleobject.multiple = true | falseExampleLet us see an example of HTML DOM select multiple property − Live Demo    html{     ... Read More

HTML DOM Select name Property

Sharon Christine

Sharon Christine

Updated on 01-Jul-2020 09:26:51

The HTML DOM select name property returns and modify the value of the name attribute of the drop-down list in an HTML document.Following is the syntax −Returning nameobject.nameModifying nameobject.name = “text”ExampleLet us see an example of HTML DOM select name property − Live Demo    html{     ... Read More

HTML DOM Select value Property

Sharon Christine

Sharon Christine

Updated on 01-Jul-2020 09:24:03

The HTML DOM select value property returns and modify the content of the value attribute of a drop-down list.SyntaxFollowing is the syntax −Returning valueobject.valueModifying valueobject.value = true | falseExampleLet us see an example of HTML DOM select value property − Live Demo    html{       height:100%; ... Read More

HTML DOM Input Number defaultValue Property

Sharon Christine

Sharon Christine

Updated on 01-Jul-2020 09:09:23

The HTML DOM input number defaultValue property returns and modify the default value of input field of type=”number” in a HTML document.SyntaxFollowing is the syntax minus;Returning default valueobject.defaultValuemodifying default valueobject.defaultValue=”number”ExampleLet us see an example of HTML DOM input number defaultValue property− Live Demo    html{       ... Read More

HTML DOM Input Number max Property

Sharon Christine

Sharon Christine

Updated on 01-Jul-2020 09:07:47

The HTML DOM input number max property returns and modify the value of the max attribute of the input field of type=”number” in an HTML document.SyntaxFollowing is the syntax −Returning maxobject.max2. Modifying maxobject.max = “number”ExampleLet us see an example of input number max property − Live Demo   ... Read More

Advertisements