批改狀態(tài):未批改
老師批語:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>3月16日作業(yè)</title> </head> <body> <!-- 7行9列的表格 --> <table border="1" cellspacing="0" cellpadding="10" align="center" width="60%"> <caption><h3>課程表</h3></caption> <tr bgcolor="skyblue"> <th rowspan="2">課程表</th> <th colspan="4">上午</th> <th colspan="4">下午</th> </tr> <tr align="center"> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> <td>7</td> <td>8</td> </tr> <tr align="center"> <td>星期一</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td> <td><img src="http://cloud.zhibo1314.com/3.jpg" alt="" width="30">python</td> <td><img src="http://cloud.zhibo1314.com/4.jpg" alt="" width="30">javascript</td> <td><img src="http://cloud.zhibo1314.com/5.jpg" alt="" width="30">C++</td> <td><img src="http://cloud.zhibo1314.com/6.jpg" alt="" width="30">C#</td> <td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> </tr> <tr align="center"> <td>星期二</td> <td><img src="http://cloud.zhibo1314.com/5.jpg" alt="" width="30">C++</td> <td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td> <td><img src="http://cloud.zhibo1314.com/3.jpg" alt="" width="30">python</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/4.jpg" alt="" width="30">javascript</td> <td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td> <td><img src="http://cloud.zhibo1314.com/6.jpg" alt="" width="30">C#</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> </tr> <tr align="center"> <td>星期三</td> <td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/4.jpg" alt="" width="30">javascript</td> <td><img src="http://cloud.zhibo1314.com/3.jpg" alt="" width="30">python</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/5.jpg" alt="" width="30">C++</td> <td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td> <td><img src="http://cloud.zhibo1314.com/6.jpg" alt="" width="30">C#</td> </tr> <tr align="center"> <td>星期四</td> <td><img src="http://cloud.zhibo1314.com/3.jpg" alt="" width="30">python</td> <td><img src="http://cloud.zhibo1314.com/6.jpg" alt="" width="30">C#</td> <td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td> <td><img src="http://cloud.zhibo1314.com/4.jpg" alt="" width="30">javascript</td> <td><img src="http://cloud.zhibo1314.com/5.jpg" alt="" width="30">C++</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> </tr> <tr align="center"> <td>星期五</td> <td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/5.jpg" alt="" width="30">C++</td> <td><img src="http://cloud.zhibo1314.com/3.jpg" alt="" width="30">python</td> <td><img src="http://cloud.zhibo1314.com/6.jpg" alt="" width="30">C#</td> <td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td> <td><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td> <td><img src="http://cloud.zhibo1314.com/4.jpg" alt="" width="30">javascript</td> </tr> </table> </body> </html>
點擊 "運(yùn)行實例" 按鈕查看在線實例
運(yùn)行結(jié)果:
手抄代碼:
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號