源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body bgcolor="yellow"> <h2>标题,设置了背景颜色的标题。</h2> <p>段落,设置了背景颜色的段落。</p> <p>早期背景色属性(background-color)是使用 bgcolor 属性定义。</p> <p>以后最好不要使用。</p> </body> </html>
运行结果:
Fmpq工具