|
home loan forrás
<source>
<AAA id="a1" pos="start">
<BBB id="b1"/>
<BBB id="b2"/>
</AAA>
<AAA id="a2">
<BBB id="b3"/>
<BBB id="b4"/>
<CCC id="c1">
<DDD id="d1"/>
</CCC>
<BBB id="b5">
<CCC id="c2"/>
</BBB>
</AAA>
</source>
Kimenet
<DIV style="color:red">BBB id=b1</DIV> <DIV style="color:red">BBB id=b2</DIV> <DIV style="color:red">BBB id=b3</DIV> <DIV style="color:red">BBB id=b4</DIV> <DIV style="color:red">BBB id=b5</DIV> <DIV style="color:navy">CCC id=c1</DIV>
HTML nézet
BBB id=b1
BBB id=b2
BBB id=b3
BBB id=b4
BBB id=b5
CCC id=c1
|