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