Blogger Information
Blog 18
fans 0
comment 0
visits 9935
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP与HTML的关系2018年8月14日作业
吕小布的博客
Original
487 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>2018年8月14日作业</title>
	<style type="text/css">
	table{
		width:800px;
		border-collapse:collapse;
		margin:20px auto;
		text-align:center;
	}
	table caption{
		text-align:center;
		font-size:30px;
		font-weight:bolder;
		coler:#666;
		margin:20px;
	}
	table caption:hover{
		color:coral;
	}
	table,th,td{border:1px solid #666;}
	table tr:first-child{background-color:lightblue;}
	table tr:hover{background-color:#efefef;color:pink;}
	table tr td img{border-radius:20px;height:80px;padding:10px;}
	table tr td a{
		text-decoration:none;
		border:1px solid black;
		border-radius:10px;
		width:100px;
		height: 20px;
		padding:5px;
		background-color:white;
		color: black;
	}
	table tr td a:hover{background-color: black;color:white;}
	</style>
</head>
<body>
	<table>
		<caption>最热IOS游戏排行榜</caption>
		<tr>
			<th>编号</th>
			<th>名称</th>
			<th>类型</th>
			<th>图片</th>
			<th>详情</th>
			<th>安装指南</th>
		</tr>
		<tr>
			<td>1</td>
			<td>龙之圣痕</td>
			<td>角色</td>
			<td><img src="https://www.119you.com/upload/gamelogo/160444_150x150.png?1504768558000"></td>
			<td><a href="https://www.119you.com/lzsh2/?fromrank=1" target="_blank">点击查看</a></td>
			<td rowspan="3">
				<h4 style="display:inline-block;">温馨提示:</h4>
				<p style="display:inline-block;">程序只支持IOS系统</p>
				<ul style="list-style: none;text-align:center">
					<li>我们的游戏最好玩</li>
					<li>我们的制作最专业</li>
					<li>我们的网页最漂亮</li>
				</ul>

			</td>
		</tr>
		<tr>
			<td>2</td>
			<td>神谋三国</td>
			<td>策略</td>
			<td><img src="https://www.119you.com/upload/gamelogo/159670_150x150.png?1503307566000"></td>
			<td><a href="https://www.119you.com/szly1/?fromrank=1" target="_blank">点击查看</a></td>
			
		</tr>
		<tr>
			<td>3</td>
			<td>我是大魔王</td>
			<td>卡牌</td>
			<td><img src="https://www.119you.com/upload/gamelogo/161372_150x150.png?1528107742000"></td>
			<td><a href="https://www.119you.com/wsdmw/?fromrank=1" target="_blank">点击查看</a></td>
			
		</tr>		
	</table>
	
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

学习PHP为什么必须要掌握HTML?
   因为php是用来生成动态html代码的,它是在后台处理数据然后通过前台界面展示给用户,在这个过程中我们必须了解HTML知识才能与web开发人员合作沟通,共同完成网站的整体程序。
为什么选择PHP开发动态网站?
php的优势在于快速开发,对于网站的开发相对于其他编程语言开发周期短,php语言本身的迭代速度也很快更能适应现在的互联网平台,快速的满足中小企业用户的产品需求,并且现在已有完善的框架,在网站维护中更加省时增效。

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post