[html] How to get a tab character?

Posting another alternative to be more complete. When I tried the "pre" based answers, they added extra vertical line breaks as well.

Each tab can be converted to a sequence non-breaking spaces which require no wrapping.

"    " 

This is not recommended for repeated/extensive use within a page. A div margin/padding approach would appear much cleaner.