I want to show terms and condition note on my website. I dont want to use text field and also dont want to use my whole page. I just want to display my text in selected area
To show vertical scroll bar in your div you need to add
height: 100px; overflow-y : scroll;
or
height: 100px; overflow-y : auto;