How can I use the common \t escape character in html ? Is it possible?
I need a code that has the same function as the /t escape character
I need a code that has the same function as the /t escape character
What function do you mean, creating a tabulator space?
No such thing in HTML, you'll have to use HTML elements for that. (A <table>
may make sense for tabular data, or a description list <dl>
for definitions.)