亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 31
粉絲 3
評(píng)論 1
訪問量 40182
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
3月22日作業(yè)
php學(xué)習(xí)筆記
原創(chuàng)
840人瀏覽過

實(shí)例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>3月22日作業(yè)</title>
	<style>
		table,th,td{
			border: 1px solid #333;
		}
		table{
			border-collapse: collapse;
			text-align: center;
			margin: 50px auto;
			width: 60%;
			box-shadow: 3px 3px 3px #888;
			background-image: url(http://cloud.zhibo1314.com/beijing.jpg);
			background-repeat: no-repeat;
			background-size: cover;
		}
        table caption{
        	font-size: 1.6em;
        	font-weight: bolder;
        	margin-bottom: 30px;
        }
        th,td{
        	padding: 10px;
        }
        td img{
        	border-radius: 50%;
        	box-shadow: 2px 2px 2px #888;
        }
        th{
        	background-color: rgba(666,666,0,0.3);
        }
        .php{
        	color:darkgreen;
        	font-weight: bolder;
        	font-size: 1.2em;
        }
	</style>
</head>
<body>
	<table>
		<caption>§ 課程表 §</caption>
		<tr>
			<th rowspan="2">課程表</th>
			<th colspan="4">上午</th>
			<th colspan="4">下午</th>
		</tr>
		<tr>
			<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>
			<td>星期一</td>
			<td class="php"><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 class="php"><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td>
		</tr>
		<tr>
			<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 class="php"><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 class="php"><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td>
		</tr>
		<tr>
			<td>星期三</td>
			<td><img src="http://cloud.zhibo1314.com/2.jpg" alt="" width="30">java</td>
			<td class="php"><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 class="php"><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>
			<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 class="php"><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 class="php"><img src="http://cloud.zhibo1314.com/1.jpg" alt="" width="30">php</td>
		</tr>
		<tr>
			<td>星期五</td>
			<td><img src="http://cloud.zhibo1314.com/7.jpg" alt="" width="30">perl</td>
			<td class="php"><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 class="php"><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)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例

運(yùn)行結(jié)果:

運(yùn)行結(jié)果.png

手抄代碼:

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg


批改狀態(tài):合格

老師批語:這幾天的作業(yè)已檢查! 完成的不錯(cuò)??!繼續(xù)加油?。?/span>
本博文版權(quán)歸博主所有,轉(zhuǎn)載請(qǐng)注明地址!如有侵權(quán)、違法,請(qǐng)聯(lián)系admin@php.cn舉報(bào)處理!
全部評(píng)論 文明上網(wǎng)理性發(fā)言,請(qǐng)遵守新聞評(píng)論服務(wù)協(xié)議
0條評(píng)論
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長!
關(guān)注服務(wù)號(hào) 技術(shù)交流群
PHP中文網(wǎng)訂閱號(hào)
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時(shí)隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號(hào)
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費(fèi)學(xué)