How can i use this type of text box in MVC4,
I can enter text after that Select perticular word chage color,font and word underline also,
What i am changing in the textbox data insert in database ,at the time of displaying also what i am enter data(like font,color) same will display,
How can i do this in MVC4?
please give me some example on this,
In MVC4 this my textbox code
<div class="editor-field">
@Html.EditorFor(model => model.Name)
</div>