
Kirk S. answered 08/14/19
Style expert
Are you looking for just a box around a certain part of a page text? If you are and not looking for drop shadows or creating a stroke around each letter then you could do a couple of things.
- using inline css add the boarder to your <p> tag
- create a class for your text with in the <p> or <span> tag and then create css rules using that class.