html中如何在frame中添加标签
<html><head><script></script></head><framesetcols="30%,30%,40%"><framename="topLeft">...
<html>
<head>
<script>
</script>
</head>
<frameset cols="30%,30%,40%">
<frame name="topLeft" >
<input type="text" id="firstInput" />
<input type="text" id="forthInput" />
<input type="text" id="fifthInput" />
<input type="text" id="sixthInput" />
<input type="text" id="seventhInput" />
</frame>
<frame name="topMiddle" >
<input type="text" />
</frame>
<frame name="topRight" >
<input type="text" />
</frame>
</frameset>
</html>
上面这个代码,在浏览器显示这样
为什么其中的input标签没有显示呢?谢谢。 展开
<head>
<script>
</script>
</head>
<frameset cols="30%,30%,40%">
<frame name="topLeft" >
<input type="text" id="firstInput" />
<input type="text" id="forthInput" />
<input type="text" id="fifthInput" />
<input type="text" id="sixthInput" />
<input type="text" id="seventhInput" />
</frame>
<frame name="topMiddle" >
<input type="text" />
</frame>
<frame name="topRight" >
<input type="text" />
</frame>
</frameset>
</html>
上面这个代码,在浏览器显示这样
为什么其中的input标签没有显示呢?谢谢。 展开
2个回答
展开全部
html的frame标签是可以在同一个浏览器窗口中显示不止一个页面。每份HTML文档称为一个框架,并且每个框架都独立于其他的框架。
也就是说,这里是引入了其他的页面,frame的sec指向了引入的页面地址,你要加东西必须把标签写在引入的页面里。
html的frame标签详细资料可以去www.w3school.com.cn/html/html_frames.asp查看。这是一个web相关语言的资料网站。
也就是说,这里是引入了其他的页面,frame的sec指向了引入的页面地址,你要加东西必须把标签写在引入的页面里。
html的frame标签详细资料可以去www.w3school.com.cn/html/html_frames.asp查看。这是一个web相关语言的资料网站。
追问
也就是说对于每一个frame,其中的html代码都必须通过src来指定吗?
追答
是的,可以只向你本地,也可以指向其他网站,比如第一个是你本地的一个html页面,第二个可以写百度首页。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你要做什麽?你这代码嵌套的有问题啊 你想做框架集还是登录窗口啊
追问
我只是想对frame标签进行一个学习。是不是对于每一个frame,其中的html代码都必须通过src来指定?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询