Blogger Information
Blog 16
fans 0
comment 0
visits 9585
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP学习第3课作业0319
方圆电脑
Original
437 people have browsed it

第3课3月19日作业

代码:

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>3-1用表格布局来实现用户注册表单</title>
</head>
<body>
	<form action="" method="post" >
		<table border="0" cellspacing="0" cellpadding="8" align="center" width="400" bgcolor="powderblue">
		<caption><h2>用户注册</h2></caption>
		</table>
</body>
</html>
(未完待续)
运行实例 »

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

手写代码:

(图片待上传)

Correction status:Uncorrected

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!