Answer: With the help of
word-spacing css property,we can give spaces in-between words
For example:-
<style type="text/css">
//for Label control
label
{
word-spacing:30px;
}
</style>
//for Textbox control
[type=text]
{
word-spacing:30px;
}
Asked In: Many Interviews |
Alert Moderator