CodeLab
Show Output
 
xxxxxxxxxx
13
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <title>A simple HTML document</title>
5
</head>
6
<body>
7
    <p>This is a paragraph.</p>
8
    <!-- Paragraph with nested element -->
9
    <p>
10
        This is <b>another</b> paragraph.
11
    </p>
12
</body>
13
</html>
 

在微博、微信、公众号、小程序分享此示例。 如果您觉得有帮助,请给我们一个赞。