C
运行 »
×
下载代码
⇫
加载文件
改变主题,夜晚/白天
<!DOCTYPE html> <html> <head> <style> .center { text-align: center; color: blue; } </style> </head> <body> <h1 class="center">此标题为蓝色且居中对齐。</h1> <p class="center">这一段是蓝色的,居中对齐。</p> </body> </html>