mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
36 lines
850 B
Plaintext
36 lines
850 B
Plaintext
<begin>
|
|
<open container="HTML">
|
|
<open container="TITLE">
|
|
<title value="Example 9: Frames"/>
|
|
<close container="head">
|
|
<open container="FRAMESET">
|
|
<attr key="rows" value="60%,40%"/>
|
|
</open>
|
|
<newline/>
|
|
<text value=" "/>
|
|
<leaf tag="FRAME">
|
|
<attr key="src" value="test9a.html"/>
|
|
</leaf>
|
|
<newline/>
|
|
<text value=" "/>
|
|
<open container="FRAMESET">
|
|
<attr key="cols" value="1*,2*"/>
|
|
</open>
|
|
<newline/>
|
|
<text value="	"/>
|
|
<leaf tag="FRAME">
|
|
<attr key="src" value="test4.html"/>
|
|
</leaf>
|
|
<newline/>
|
|
<text value=" "/>
|
|
<leaf tag="FRAME">
|
|
<attr key="src" value="test5.html"/>
|
|
</leaf>
|
|
<newline/>
|
|
<text value=" "/>
|
|
<close container="FRAMESET">
|
|
<newline/>
|
|
<close container="FRAMESET">
|
|
<close container="html">
|
|
</begin>
|