mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
16 lines
317 B
HTML
16 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table {
|
|
border-color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table border=10><tr><td style="border: none">:-)</td></tr></table>
|
|
<table border=mimi><tr><td style="border: none">:-)</td></tr></table>
|
|
<table border=0><tr><td style="border: none">:-)</td></tr></table>
|
|
</body>
|
|
</html>
|
|
|