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