How do I move text to a new line in an HTML input element with the type=\"button\" attribute?
type=\"button\"
I have following code:
I had come cross type of requirement in my one of the project,i resolved like given below.
use html encoding string
for splitting the text in value attribute of the button tag
Hope this will help you..