How can I change the typo and font style of the only selected part of a text? If I want to make one word italic then all the rest also becomes italic. Could you please recommend solutions for that?
The most straightforward way of italicizing a part of text block is to use HTML <i> tag, for instance:
<i>
this is <i>italic</i> text
will render as: