Menu
×
×
正确!
CSS 练习:居中对齐 <h1> 元素。 提示:使用 text-align 属性。 |
编辑此代码:
x
<html> <head> <style> </style> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> </html> 结果:
|
正确的代码:
xxxxxxxxxx 结果:
|