Correction status:qualified
Teacher's comments:博客发布作业中添加了线上运行代码的新功能!
群文中找到入群必读文件夹下的博客如何提交作业.gif图下载了解!!
效果如图
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="keywords" content="斯蒂芬.库里"> <meta name="description" content="库里的投篮技术被各界认可,他的投篮射程非常广,出手快速且命中率高,擅长摆脱防守进行投篮,为“小球”战术开创了先河,并创下很多有关三分球的纪录,包括名人堂球星等各界普遍认定他是“现役最强射手”。"> <title>斯蒂芬.库里</title> <style type="text/css"> table{ border-collapse: collapse; border-top-right-radius: 20%; width:100%; font: 15px 宋体; border:5px; text-align: center; background-image: url(./images/b1.jpg); background-repeat: no-repeat; background-size: cover; } #one{ background-color: blue; color: white; } th{ background-color: #989898; } .a{ font-size: larger; border-right: none; } td img{ border-radius: 50%; box-shadow: 2px 2px 2px #888; } </style> </head> <body> <fieldset> <legend><img src="./images/k4.jpg"><h1>Curry</h1></legend> <table cellpadding="8" cellspacing="0"> <caption><img src="./images/k2.png" width="120"></caption> <tr> <td colspan="6"> <img src="./images/k1.jpg" width="40%"> </td> <td colspan="4"><strong>沃德爾·斯蒂芬·库里二世</strong></td> </tr> <tr> <th colspan="10" id="one">个人资料</th> </tr> <tr> <th width="9%">姓名:</th> <td width="10%">Stephen Curry</td> <th width="9%">出生:</th> <td width="10%">1988年3月14日</td> <th>国籍:</th> <td><img src="./images/k8.jpg" width="40">美国</td> <th>身高:</th> <td>1.91米</td> <th>体重:</th> <td>87kg</td> </tr> <tr> <th colspan="10" id="one">职业资料</th> </tr> <tr> <th>高中:</th> <td>夏洛特基督教学校(夏洛特)</td> <th>大学:</th> <td>戴维森学院(2006-2009)</td> <th>NBA选秀:</th> <td>2009年 / 第1轮 / 第7排名 被金州勇士选中</td> <th>职业生涯:</th> <td>2009-至今</td> <th>位置:</th> <td>控球后卫</td> </tr> <tr><th colspan="10" id="one">生涯焦点与奖项</th></tr> <tr> <th>职业简介:</th> <td colspan="2">现效力于NBA联盟金州勇士,场上位置为控球后卫。库里带领金州勇士创下73胜9败的NBA史上最佳战绩,并以全票蝉联NBA最有价值球员,成为联盟历史上第一位全票获选的球员。</td> <th>生涯奖项:</th> <td colspan="2"> <ul type="none"> <li>2×NBA总冠军 (2015、2017)</li> <li>2×NBA最有价值球员 (2015、2016)</li> <li>5×NBA明星队赛 (2014-2018)</li> <li>2×NBA年度第一队 (2015、2016)</li> <li>2×NBA年度第二队 (2014、2017)</li> </ul> </td> <td colspan="2"> <ul type="none"> <li>NBA三分球大赛冠军 (2015)</li> <li>NBA抢断王 (2016)</li> <li>NBA得分王 (2016)</li> <li>NBA最佳运动精神奖 (2011)</li> <li>NBA技术挑战赛冠军 (2011)</li> </ul> </td> <td colspan="2"> <ul type="none"> <li>NBA最佳新秀阵容第一队 (2010)</li> <li>NCAA全美共识第一队 (2009)</li> <li>NCAA全美共识第二队 (2008)</li> <li>NCAA第一级得分王 (2009)</li> <li>2×SoCon年度最佳球员 (2008–2009)</li> </ul> </td> </tr> </table> </fieldset> </body> </html>
手写如下