Styling a text within a paragraph

If I want to stylize a certain phrase within a html paragraph; how do I go about selecting it out of the html paragraph and independently stylize it?

Peace.

<span></span> is what you are looking for:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span

Thank you for helping me.

Peace.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.