91-9990449935 0120-4256464 |
Javascript - innerTextThe innerText property can be used to write the dynamic text on the html document. Here, text will not be interpreted as html text but a normal text.
It is used mostly in the web pages to generate the dynamic content such as writing the validation message, password strength etc. Example of innerText propertyIn this example, we are going to display the password strength when releases the key after press. Test it NowOutput of the above example
Next TopicJavascript Form Validation
|