码迷,mamicode.com
首页 > Web开发 > 详细

HTML_form应用

时间:2014-05-21 13:28:01      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:html

包括复选框,单选按钮的使用

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>登录界面</title>
</head>

<body>
	<h1>
    	<strong>登录界面</strong>
    </h1>
      <form name="f1" id="f1">
      <table border="0" width="457" height="280" cellspacing="1" cellpadding="1">
        <tbody><tr>
            <td width="44">Login:</td>
            <td width="406"><input type="text" name="login" id="login" size=""></input></td>
            </tr>
            <tr><td colspan="3" align="left">专业:
              <br />
              <input type="radio" name="type" value="computer" checked="">计算机应用</input>
              <input type="radio" name="type" value="software">软件工程</input>
              <input type="radio" name="type" value="auto">自动化</input> </td>
              </tr>
            <tr><td colspan="4" align="left">课程:
              <br />
              <input type="checkbox" value="">计算机网络</input>
              <input type="checkbox" value="">数据库原理</input>
              <input type="checkbox" value="">WEB程序设计</input>
              <input type="checkbox" value="">Java编程</input></td>
            </tr>
        </tbody></table>
        </form>
</body>
</html>
实际效果:


登录界面

Login:
专业:
计算机应用 软件工程 自动化
课程:
计算机网络 数据库原理 WEB程序设计 Java编程

HTML_form应用,布布扣,bubuko.com

HTML_form应用

标签:html

原文地址:http://blog.csdn.net/svitter/article/details/26454911

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!