HTML
CSS
JavaScript
Vue
React
Python
PHP
Java
.Net
Java9手册
PHP手册
CSS3手册
jQuery手册
源代码
在线运行
<html><!DOCTYPE html> <html> <body> <p>Standard pre</p> <pre>This is a standard pre. It will use as much space as it needs.</pre> <p>pre with a fixed width:</p> <div style="width:200px;overflow:auto"> <pre>This is a pre with a fixed width. It will use as much space as specified.</pre> </div> </body> </html>
动行结果