会考成绩查询-86考网
首页 范文 > IT技术专栏 > 网页制作 >

HTML form应用包括复选框单选按钮的使用

作者:86考网 发布时间:2015-09-12 00:33:48

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

代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">

<html xmlns="">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title>登录界面</title>

</head>

<body>

<h1>

<strong>登录界面</strong>

</h1>

<form>

<table cellspacing="1" cellpadding="1">

<tbody><tr>

<td>Login:</td>

<td><input type="text" size=""></input></td>

</tr>

<tr><td colspan="3">专业:

<input type="radio" value="computer" checked="">计算机应用</input>

<input type="radio" value="software">软件工程</input>

<input type="radio" value="auto">自动化</input> </td>

</tr>

<tr><td colspan="4">课程:

<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>

实际效果:

登录界面

阅读全文
标签: 没有tag

上一篇:向HTML中插入视频并兼容所有浏览器的方法

下一篇:HTML列表标签dlulol 的使用示例

相关推荐
猜你喜欢
本类最新