使用CSS设置制表符的宽度
在CSS中使用 tab-size属性设置标签字符的宽度。您可以尝试运行以下代码来实现tab-size属性
示例
<!DOCTYPE html> <html> <head> <style> #demo { tab-size: 12; } </style> </head> <body> <h1>The tab-size Property</h1> <pre id = "demo"> This is demo text. </pre> </body> </html>
在CSS中使用 tab-size属性设置标签字符的宽度。您可以尝试运行以下代码来实现tab-size属性
<!DOCTYPE html> <html> <head> <style> #demo { tab-size: 12; } </style> </head> <body> <h1>The tab-size Property</h1> <pre id = "demo"> This is demo text. </pre> </body> </html>