html - How to make a breakline in a textbox -


basically want below:

enter image description here

it textbox has predefined text. best way make appear 2 rows , allow texts within have breakline? i've mentioned predefined text, tried text="abcdef<br/>sss" showing <br/> instead of breaking new line

use <textarea></textarea> , &#10; linebreaks


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -