框架标记

框架标记

<html>
<head>
<title>框架标记</title>
</head>
<frameset rows="60%,*" frameborder=3>             <!--cols="各窗口百分比,隔开"   rows="各窗口百分比,隔开"-->
<frame name = "html1" src = "html1.html" noresize/>
<frame name = "html2" src = "html2.html"/>
</frameset>
</html>   
<!--all.html中不能带<body></body>-->
<!--html1.html文件-->
<html>
<body>
名字:<input type = "text" name = "username"/><br/>     <!--value = 请在这里输入名字-->  
密码:<input type = "password" name = "pwd"/><br/><br/>

**********喜欢吃的水果**********<br/>
<input type = "checkbox" name = "v1" checked>西瓜<br/>    <!--默认选中-->
<input type = "checkbox" name = "v1">苹果<br/><br/>

**********选择性别**********<br/>
<input type = "radio" name = "sex">男<br/>
<input type = "radio" name = "sex">女<br/><br/>

**********隐藏*********<br/>  <!--既可提交数据,又不影响界面-->
<input type = "hidden" value = "123" name = "val"><br/>

**********请选择你要上传文件********<br/>
<input type = "file" name = "myfile"/>请选择文件<br/><br/>

**********下拉选择框*********<br/>
请选择你的出生地:<br/>
<select name = "biradd">         <!--multiple 多选-->
<option value = "">----请选择----</option>
<option value = "beijing">北京</option>
<option value = "shanghai">上海</option>
<option value = "chongqing">重庆</option>
</select><br/>

**********请留言*********<br/>
<textarea cols = "30" rows = "10">请在这里输入...</textarea><br/>
<!--wrap = off不换行-->
</body>
</html>

<!--html2.html文件-->
<html>
<head>
<title>四大名著</title>
</head>
<body>
***************无序列表*****************<br/>
<ul type = "circle">        
<li>西游记</li>
<li>三国演义</li>
<li>红楼梦</li>
<li>水浒传</li>
</ul>

**************有序列表*****************<br/>
<ol type = "1" start = "6" >         
<li>西游记</li>             
<li>三国演义</li>
<li>红楼梦</li>
<li>水浒传</li>
</ol>
</body>
</html>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值