I have to write documentation for a program in classis HTML (no CSS/XML etc.). The problem appears when I have to enter multiple spaces/tabs in the document.
Since there is no "tab" in HTML, so I am using 4 non-breakable spaces as a tab character. However, when I need 2 tabs, it becomes too repetitive to enter
8 times.
Is there any possibility to create/define a custom shorthand/shortcut notation for this, e.g. instead of entering
8 times, I can use &_8nbsp;
to create 8 inline spaces ?