HTML_form应用

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

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

时间: 2024-08-04 10:08:29

HTML_form应用的相关文章

Moodle 中文API之 全局输出API(一)

Output API 全局输出API (注:此API官方更新少,部分内容可能过时.) 目录 1. 组件 1.1 moodle_html_component  html组件 1.2 低级HTML 组件 1.2.1 html_label 1.2.2 html_field 1.2.3 html_button 1.2.4 action_link 1.2.5 html_img 1.2.6 html_form 1.2.7 html_list 1.2.8 html_list_item 1.2.9 html_t

基于Linux平台下的僵尸网络病毒《比尔盖茨》

感觉分析的很好,所以决定翻译出来,希望和大家多多交流O(∩_∩)O~ 转载请注明出处:http://blog.csdn.net/u010484477     O(∩_∩)O谢谢 关键字:病毒,linux,信息安全 我昨天写的日志里面提到,家用路由器在x86的CentOS系统下奇怪的自己行动,像是在自己加载处理器.于是我决定爬上去看看,在那里发生了什么,然后我马上意识到有人爬到服务器和挂在进程中的dgnfd564sdf.com.主要是下面几个方面atddd,cupsdd,cupsddh, ksap

GWP PHP auth page works

经过修改,看起来GWP能工作了.不过还是需要深入了解ca的page flow,PHP and Perl大不同 1015  ls /var/www/html/gwp/lib/database.php 1016  cp /var/www/html/cacti/lib/functions.php /var/www/html/gwp/lib/ 1017  cp /var/www/html/cacti/include/global_constants.php /var/www/html/gwp/inclu

html代码中的form参数是基本一致的

由于pear的大多数模块仍处于开发当中,因此,这里列举的是随着php4.05一起发布的pear中的模块,需要注意的是,一些抽象类或者是基类(如mail.php,log.php,cache.php)没有列举出来,我们只是关注具有具体功能的模块.下面是这些模块的一个列表: benchmark/timer 测试你的一段php代码的运行效率 benchmark/benchmark_iterate 测试你某个函数循环执行时的性能 cache/output 可以将你的php脚本的输出进行缓存,可以使用多种方

cacti插件制作

cacti前端构成 1 index页面 2 includeauthphp 3 includetop_headerphp 4 includebottom_footerphp 5 globalphp页面 1 cacti前端构成 cacti首先进入的就是index页面,所以从index页面看起. 1.1 index页面 包含了下面两个页面 1. include("./include/auth.php"); 2. include("./include/top_header.php&q

Moodle 中文API之 全局输出API(二)

目录 2. 渲染 2.1 基本渲染 2.1.1 输出标签方法 2.1.2 图片地址 2.1.3 prepare_event_handlers(&$component) 预处理方法 2.1.4 prepare_legacy_width_and_height($component) 2.2 核心渲染 2.2.1 action_icon 活动图标 2.2.2 box,box_start 和 box_end 2.2.3 button 按钮 2.2.4 checkbox 复选框 2.2.5 close_w

基于Linux根据僵尸网络病毒平台《比尔盖茨》

感觉分析的非常好,所以决定翻译出来,希望和大家多多交流O(∩_∩)O~ 转载请注明出处:http://blog.csdn.net/u010484477     O(∩_∩)O谢谢 keyword:病毒.linux,信息安全 我昨天写的日志里面提到,家用路由器在x86的CentOS系统下奇怪的自己行动,像是在自己载入处理器. 于是我决定爬上去看看.在那里发生了什么,然后我立即意识到有人爬到server和挂在进程中的dgnfd564sdf.com.主要是以下几个方面atddd,cupsdd,cups

R语言爬虫:穿越表单

使用rvest包实现实现穿越表单以及页面的跳转 formurl <- "http://open.xmu.edu.cn/oauth2/authorize?client_id=1010&response_type=code" session <- html_session(formurl) #创建会话 form <- html_form(session) #得到网页内的所有表单,以list形式返回 str(form) form <- form[[1]] #提

php实现银联支付

银联支付用的还是比较少的,而且开发中也没接触多少,不过因为工作项目用银联支付能降低费率,所以还是接入了银联支付.本文支付为银联网关和WAP支付接口. 官方网站SDK&DEMO:https://open.unionpay.com/ajweb/product/detail?id=66 产品API:https://open.unionpay.com/ajweb/product/newProApiShow?proId=1&apiId=63API文档https://open.unionpay.com