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