实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>My first HTML page</title>
5
</head>
6
7
<body>
8
<p>The content of the body element is displayed in the browser.</p>
9
<p>The content of the title element is displayed in the browser's title.</p>
10
</body>
11
12
</html>