I'm trying to figure out how to do a simple indent in HTML. I've read that CSS is really the best way to create an indent, however I want to work in pure HTML for now. From what I've read up on, there are 3 options(that I know of)
  1. Blockquotes
  2. Spacers
  3.  

Which do y'all suggest? If not one of these, then what do y'all use?