本人新手,今天尝试html中的<frameset>标签,但是无法在浏览器中看到,这是为什么????
我已经把<body>标签删掉了找不出为什么.
代码如下:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Frame</title>
</head>
<hr>
<frameset rows="50%,*" frameborder="1">
<frame src="./post2.html" name="4545">
<frame src="./bilibili.html" name="hjhh">
</frameset>
</html>
目录结构截图:
这是为什么??
看到这个编辑器,似曾相识,原来我也用过。
好像我都没有用过frameset(不排除学习的时候使用过,反正记不得了)。
回到题主问题,你看不到,不表示他不存在。
你可以给frame,设置高,宽,试试,看能不能看见。
鉴于题主初学,多啰嗦几句。
可以试试浏览器的调试工具,在调试工具里看看,是否存在。
调试工具的使用,参考:
http://support.zhongsou.net/news/8317219...
(这篇,居然没有提到Chrome,差评,Chrome的看下面这篇)
http://www.open-open.com/lib/view/open14...
ps:我随意搜索的,建议题主自己搜索寻找。