自己学习html写的小东西...
导读:<html> <head> <title>表格</title> <meta http-equiv="content-type" content="text/html,charset=ut...
html>
head>
title>
表格/title>
meta http-equiv="content-type" content="text/html,charset=utf-8">
/head>
body>
table border="1" align="center">
form Name="frm" action="login.php" method="get">
tr>
th>
用户名/th>
td>
input type="text" value="chunqing" Name="username">
/td>
/tr>
tr>
th>
密码/th>
td>
input type="password" value="123456" Name="password">
/tr>
tr>
th>
复选框/th>
td>
玩游戏input type="checkbox" Name="game">
看电影input type="checkbox" checked Name="movie">
去旅游input type="checkbox" Name="you">
/td>
/tr>
tr>
td colspan="5" align="center">
input type="image" src="dl.gif">
input type="submit" value="登陆">
input type="reset">
input type="button" value="清空" onclick="document.frm.username.value=''">
/td>
/tr>
/f
orm>
/table>
/body>
/html>
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: 自己学习html写的小东西...
本文地址: https://pptw.com/jishu/290719.html