网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 html form应用包括复选框单选按钮的使用
内容
    包括复选框,单选按钮的使用
    代码如下:
    <!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 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>
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/16 15:03:11