编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <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>
结果:
【此窗口】
帮助?