xidyn/webapp-examples/test.html
Christian P. MOMON b1db8ddb59 First commit.
2007-01-12 06:35:01 +01:00

17 lines
No EOL
746 B
HTML

<!DOCTYPE html SYSTEM "xhtml1-transitional.dtd">
<html>
<head>
<title>test XID</title>
</head>
<body>
Test 01: Hello <b title="a">world</b>.<br/>
Test 02: Hello <b id="test02" title="b">world</b>.<br/>
Test 03: Hello <b id="test03" title="c">world</b>.<br/>
Test 04: Hello <b id="test04" title="d">world</b>.<br/>
Test 05: Hello <b id="test05" title="d">world</b>.<br/>
Test 06: Hello <b id="test06" title="d" style="background:yellow;">world</b>.<br/>
Test 07: <img id="test07" src="http://www.ocmland.org/tmp/gnufloatingb.jpg" alt="gnu flottant" />.<br/>
Test 08: Result: Hello <b class="xid:nodisplay">you</b> there.<br/>
Test 09: Result: Hello <b id="test09">you</b> there.<br/>
</body>
</html>