实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>This is some text.</p>
6
<center>This text will be center-aligned.</center>
7
<p>This is some text.</p>
8
9
</body>
10
</html>
11