<!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML5</title> </head> <body> <table width="500" border="1" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="24"> <a href="tiyu.html" target="content">体育</a> <a href="yule.html" target="content">娱乐</a> <a href="caijing.html" target="content">财经</a> </td> </tr> <tr> <td height="200"> <iframe name="content" src="tiyu.html" frameborder="0" width="100%" height="200" scrolling="auto"> </iframe> </td> </tr> </table> </body> </html>