第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>
运行实例 »
点击 "运行实例" 按钮查看在线实例
手写代码:
(图片待上传)