mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
18 lines
291 B
HTML
18 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>RTL Table reference</title>
|
|
<style>
|
|
td {
|
|
background: orange;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table><tr><td></td></tr></table>
|
|
</body>
|
|
</html>
|
|
|