HTML paragraph

This example demonstrates:

Display paragraphs in an HTML document.

Example analysis:

##The paragraph is defined through the <p> tag.

Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php(www.php.cn)</title>
</head>
<body>
<p></p>
<p></p>
<p></p>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭