Blogger Information
Blog 24
fans 0
comment 1
visits 14817
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0504课后作业
张成钢的博客
Original
634 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<style type="text/css">
		div {
			width: 800px;
			height: 500px;
			padding: 15px;
			border-radius: 20px;
			box-shadow: 6px 6px 6px #666;

			background-image: url(../../images/8.jpg);
			background-repeat: no-repeat;
			background-size:380px 250px;
		}
		.text {
			text-indent: 2em;
			line-height: 1.5em;
			color: darkblue;
		}

	</style>

	<script type="text/javascript">
		function change(element) {
			element.style.fontSize = '24px'
			element.style.color = 'green'
		}
		function old(element) {
			element.style.fontSize = '20px'
			element.style.color = 'brown'
		}
	</script>	
</head>

<body>
<div>
	<h3 style="color:brown;text-align: center;font-size:20px" >学习感想</h3>
<p class="text">   首先,非常感谢php中文网提供了一个好的平台!非常荣幸有机会参加这次php的学习!</p>
<p class="text">   从3月15日开课至今的一个多月的时间里,我们学习的内容从前端html5 、CSS5,及脚本语言JavaScript和框架jQuery,到数据库MySql,再到现在的后端php。整个课程涵盖的内容非常丰富,知识量也非常的庞大,但在朱老师幽默风趣的授课方式面前,这些枯燥难懂的课程变得非常的浅显易懂。朱老师通过原理的讲解,结合示范的案例,再到学员自己动手去实现。整个过程下来,让我们完成了从认识、理解到应用的升华。</p>   
<p class="text">   通过这次的学习,让我有机会认识了web开发与桌面应用程序开发的差异,理解和思考两者之间共同的原理点,惊叹两者之间各自的思想和实现上的精妙。现在,我对web开发的兴趣日益增加。</p>
<p class="text">   非常遗憾的是---无法每次都看到全程的直播。(因为工作原因需要急着赶项目,真正只有第一次的课程看了直播,其余的都是第二天或者好几天后才看。)</p>
<p class="text">
最后,再次谢谢朱老师和整个教学团队辛苦无私的奉献与付出!</p>
<p class="text">
	附点小小建议:
1.	课后作业可否取消手抄的部分;
2.	条件允许的话,培训的上课时间段可否增加多个选项;(如分为上下午时段班和晚上时段班)</p>
</div>

</body>
</html>

运行实例 »

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


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
1 comments
天蓬老师 2018-05-07 17:35:07
你是第一个想到把感想,以html代码方式提供的,为你的创意和用心打Call。 随着代码量的增大,手抄部分也在逐渐减少,不过,还是希望大家能养成手写代码的好习惯。毕竟现在好多IT公司,招聘的时候喜欢让求职者手写一段代码的。多时间段直播教学,目前条件暂不成熟,况且教学内容是一致,与观看直播回放的效果相同。不过,还是要感谢你的建议~~ 最后,还是希望你能按时参加直播课,毕竟氛围不同。
1 floor
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!