编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <style> p.center { text-align:center; } </style> </head> <body> <h1 class="center">This heading will not be affected</h1> <p class="center">This paragraph will be center-aligned.</p> </body> </html>
结果:
【此窗口】
帮助?