html中如何在frame中添加标签?

<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标签没有显示呢?谢谢。




喵喵时光机
浏览 894回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

CSS3