个人练习《小说排行榜》表格

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Document</title>     <style>         td{             text-align:center         }     </style> </head> <body>     <table align="center" border="1" cellspacing="0" width="500px" height="250px" >     <thead>         <tr>             <th>排名</th>             <th>关键词</th>             <th>趋势</th>             <th>今日搜索</th>             <th>最近七日</th>             <th>相关链接</th>         </tr>     </thead>     <tbody>         <tr >             <td>1</td>             <td>鬼吹灯</td>             <td>
上一篇:LC-212. 单词搜索 II


下一篇:212. 单词搜索 II