书96代码hhhh

< title >注册表单</ title >
< style >


< body >
< form action ="/demo01" method =" post ">
< table >
< tr >
< td >姓名</ td >
< td >< input type =" text " name =" username "/>

< tr >
< td >密码</ td >
< td >< input type =" password " name =" pwd "/>

< tr >
< td >性别</ td >
< td >< input type =" radio " name =" gender " value ="男" checked />
男< input type =" radio " name =" gender " value ="女"/>女</ td >

< tr >
< td >爱好</ td >
< td >
< input type =" checkbox " name =" hobbies " value =" football "/>足球
< input type =" checkbox " name =" hobbies " value =" basketball "/>篮球< input type =" checkbox " name =" hobbies " value =" reading "/>阅读< input type =" checkbox " name =" hobbies " value =" music "/>音乐


< tr >
< td >
< button type =" submit ">提交</ button >





你可能感兴趣的:(前端)