How do I replicate a \t tab space in HTML?
问题 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 回答1: 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.) 回答2: You can enter the tab character (U+0009 CHARACTER TABULATION, commonly