Tab character instead of multiple non-breaking spaces ("nbsp")?

html

Solution

It's much cleaner to use CSS. Try `padding-left:5em` or `margin-left:5em` as appropriate instead.

Problem

Is it possible to insert a tab character in HTML instead of having to type ` ` four times?

Original source

Related problems