编辑下面的代码:【加编码】
<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>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂