x
 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>Wfuyu教程(wfuyu.com)</title> 
<style>
p {display:inline;}
</style>
</head>
<body>
<p>A display property with a value of "inline" results in</p>
<p>no distance between two elements.</p>
</body>
</html>