美文网首页
2019-03-21申请表

2019-03-21申请表

作者: 拾起_518 | 来源:发表于2019-03-28 07:58 被阅读0次
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>无标题文档</title>
    </head>
    <body>
    <form>
    
    <h1>申请表</h1>
    真实姓名:<input name="username" type="text" size="35" maxlength="32" /><br/>
    教育程度 <input name="gen" type="radio" class="input" value="硕士" checked="checked">硕士&nbsp; 
        <input name="gen" type="radio" value="博士" class="input">博士<br/>
    性别:
        <input name="gen" type="radio" class="input" value="男" checked="checked">男&nbsp; 
        <input name="gen" type="radio" value="女" class="input">女<br/>
        
        
    月薪:<input name="username" type="text" size="10" maxlength="10" /><br/>
    
    
    
    批注<textarea name="readMe" cols="60" rows="5">请在这里键入附注</textarea><br/>
    
    
    国籍    <select>
        <option value="0">澳大利亚</option>
    
        <option value="1">美国</option>
    
        <option value="2">新加坡</option>
    
        <option value="3">日本</option>
                </select>
    <P>
      <INPUT type="submit" name="Button" value="提交">
      <INPUT type="reset" name="Reset" value="重置"> 
    </P>
    
    </form>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:2019-03-21申请表

          本文链接:https://www.haomeiwen.com/subject/vtlfbqtx.html