求网页制作代码!!!!急
1.用HTML制作下面的框架网页top.htm-----------------------------left.htm|main.htm||2.常用表单都有哪些?写出各...
1 .用HTML制作下面的框架网页
top.htm
-----------------------------
left.htm | main.htm
|
|
2. 常用表单都有哪些? 写出各表单元素的基本语法格式? 展开
top.htm
-----------------------------
left.htm | main.htm
|
|
2. 常用表单都有哪些? 写出各表单元素的基本语法格式? 展开
1个回答
展开全部
<frameset rows="30%,*" border="5">
<frame src="top.html" name="top" >
<frameset cols="30%,*" border="5">
<frame src="left.html" name="left" >
<frame src="right.html" name="right" >
</frameset>
</frameset>
常用的表单有:
单行文本框
密码框
单选按钮
复选框
下来列表框
提交按钮
多行文本域
文本框
<input type="text" name="user">
密码框
<input type="paseword" name="password">
单选按钮
<input name="gen" type="radio" class="input">
复选框
<input type="checkbox" name="fx1">
列表框
<select name="列表名" size="行数">
<option value="可选的值" selected>…</option>
<option value="可选的值" >…</option>
按钮
<input type="reset" name="Reset" value="重填">
其中:type="reset"是重置按钮 type="button" 表示普通按钮 "submit"为提交按钮
多行文本框
<textarea name="textarea" cols="40" rows="6">文本内容</textarea>
<frame src="top.html" name="top" >
<frameset cols="30%,*" border="5">
<frame src="left.html" name="left" >
<frame src="right.html" name="right" >
</frameset>
</frameset>
常用的表单有:
单行文本框
密码框
单选按钮
复选框
下来列表框
提交按钮
多行文本域
文本框
<input type="text" name="user">
密码框
<input type="paseword" name="password">
单选按钮
<input name="gen" type="radio" class="input">
复选框
<input type="checkbox" name="fx1">
列表框
<select name="列表名" size="行数">
<option value="可选的值" selected>…</option>
<option value="可选的值" >…</option>
按钮
<input type="reset" name="Reset" value="重填">
其中:type="reset"是重置按钮 type="button" 表示普通按钮 "submit"为提交按钮
多行文本框
<textarea name="textarea" cols="40" rows="6">文本内容</textarea>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询