mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
15 lines
157 B
HTML
15 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table {
|
|
background: gold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table width=85%><tr><td>a</td></tr></table>
|
|
</body>
|
|
</html>
|
|
|
|
|