Hello folks,
My question is if I am writing a paragraph in a text box, is there a way I can italicize or bold some words of the text?
Yes it's Set CSS style, font-style: italic or font-style: bold.
Develop games in your browser. Powerful, performant & highly capable.
That will perform operation on entire text. I just want few words and not entire text. Do you mean if I add in tags just like how we add tags in HTML ?
Yes like HTML. Yes it will apply it to the entire textbox, not sure how to do single character but maybe it's possible and someone else knows. I don't think it's a common thing to manipulate single characters with CSS.