How view '\t' (tab) sign in HTML document?

html

Solution

Just use ` ` As the same affect of `tab` sign

Problem

I know, that i can insert it in 'pre' tag, but is there any other solution? PS. When I add it is printed as space.

Original source