【发布时间】:2013-08-22 19:54:45
【问题描述】:
在下面的 HTML 代码中,没有出现框架集,而只出现了文本“abc”。但是,如果从代码中删除文本“abc”,则会出现框架集。我不明白为什么会这样。框架集不应该出现在文本“abc”下方吗?
<html>
<head>
abc
<frameset border=0 cols="170,*">
<frame marginwidth=10 src="navigation.html" name="left" scrolling=auto>
</frameset>
</head>
</html>
【问题讨论】: