<!doctype html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>HTML基本页面</title> </head> <body bgcolor="#66CCFF"> <h1 align="center" >体育运动</h1> <hr> <div style="text-align:center;"> <a >首页</a> <a href="" style="color:red">足球</a> <a href="" style="color:red">羽毛球</a> </div> <br /> <div style="text-align:center;"> <img src="images/football.jpg" width="400px" height="350px" /> <img src="images/ymq.jpg" width="400px" height="350px" /> </div> <h2 align="center">Thank You!</h2> </body> </html>