编辑下面的代码:【加编码】
<html> <head> <style> span { display:block; } </style> </head> <body> <span>A display property with a value of "block" results in</span> <span>a line break between the two elements.</span> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂