RetroZilla/parser/htmlparser/tests/html/layer003.html

30 lines
599 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!--Commented code available in commented_code/index.html-->
<HTML>
<HEAD>
<TITLE>Test Layer003</TITLE>
</HEAD>
<BODY>
In Vav4.0, layers are in the same "span space" as their parents.
<br>That means spans can be closed inside layer, and affect layers' parents.
<FONT color=red>
Text in color=red SPAN.
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text003.html" VISIBILITY="show">
</LAYER>
Text between 2 LAYERs.
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show">
</LAYER>
<P>
Text not in layer
</p>
</BODY>
</HTML>