3月15日
实例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>3月15作业</title> <style type=""> h2{ color: lightgreen; text-align: center; } h4{ color: lightgreen; text-align: center; } div{ color: red; text-align: center; } </style> </head> <body> <h2>非洲小霸王</h2> <h4>平头哥——蜜獾</h4> <div class="box"><p>我不记仇,有仇我当场就报了<br> 在下今天想被各位捶死,或者催死在座各位<br> 我们蜜獾干架,从不问缘由只问,何时,何地,何人<br> 打架不要告诉我有多少人,我只要时间地点<br> 我不是在干架就是在干架的路上。</p></div> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例