web页面

来源:互联网 发布:中草药图谱软件下载 编辑:程序博客网 时间:2024/06/06 23:52

<html>
<head>
<title>201611101034</title>
</head>
<body>
<table border="1">
<tr>
    <td>
        <p>姓名:<input type="text" name="myname" value="王文涛" /></p>
        <p>性别:<input type="radio" name="sex" value="male"/><strong style="background:red">男</strong>
                 <input type="radio" name="sex" value="famale"/><strong style="background:green">女</strong></p>
        <p>政治面貌:<input type="radio" name="face" value="party_member"/><font color="#FF0000">党员
                 <input type="radio" name="face" value="member"/><font color="#0000FF">团员
                 <input type="radio" name="face" value="masses"/><font color="#00FF00">群众</p>
    </td>
    <td>
    <p><img src="D:123.gif" width="200" height="200"></P>
    </td>
   
</tr>
<tr>
 <td>
   <p>学院:<select name="cars">
               <option value="计算机">计算机</option>
               </select></p>
         <p>选修课程:</p>
         <p><input type="checkbox" name="c++" value="c++"/>C++
         <input type="checkbox" name="c" value="c"/>C#
         <input type="checkbox" name="java" value="java"/>Java
         <input type="checkbox" name="SQL" value="SQL"/>SQL
         </p>
 <td>
  <p>其他课程:</p>
        <p><textarea rows="10" cols="22"/></textarea></p>
    </td>
</tr>
</table>
    <p><input type="submit" value="提交"/><input type="reset" value="重置"/></p>
</body>
</html>

0 0
原创粉丝点击