时间:2021-05-08
包括复选框,单选按钮的使用
复制代码代码如下:
<!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">专业:
<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">课程:
<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>
实际效果:
登录界面
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
AxureRP8设计软件,有按钮元件、复选框按钮元件和单选按钮元件。这样一个场景:有四个复选框按钮,四个单选按钮,四个按钮,分别点击按钮选中对应的复选框和单选按
本文实例讲述了js实现iPhone界面风格的单选框和复选框按钮。分享给大家供大家参考。具体如下:这里使用JS美化仿iPhone风格的单选框和复选框按钮效果,使用
复制代码代码如下:form表单的使用form表单标签,子标签实例:列表标签:VolvoSaabFiatAudi复选框实例:我喜欢自行车:我喜欢汽车:单选按钮:男
本文主要介绍PyQt5界面最基本使用的单选按钮、复选框、下拉框三种控件的使用方法进行介绍。1、RadioButton单选按钮/CheckBox复选框。需要知道如
HTML5单选框、复选框、下拉菜单、文本域单选框的实例代码,代码如下所示:1单选框代码:效果:复选框2复选框代码:篮球足球羽毛球唱歌画画敲代码阅读效果;下拉菜单