How does this HTML code get this result:?

J S

New member
Put this in any html editor and the results show words that arent even in the HTML code like "blah blah blah".

how did it do that?


<html>

<frameset cols="20%,80%">

<frame src="frame_a.htm">
<frame src="link.htm#C10">

</frameset>

</html>
 
Back
Top