I have several paragraphs that I would like to indent, although only the first lines of these paragraphs.
How would I target just the first lines using CSS or HTML?<
Others have mentioned the best way to implement this via CSS, however if you need a quick fix with inline formatting, simply use the following code:
This text is indented.
Source: https://www.computerhope.com/issues/ch001034.htm