mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
260 B
HTML
18 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#a { color: orange; }
|
|
#b { color: blue; }
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<table border="10"><tr id="tr"><td id="td">
|
|
<p><span id="a">a</span><span id="b">b</span></p>
|
|
</td></tr></table>
|
|
</body>
|
|
|
|
</html>
|