mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
19 lines
222 B
HTML
19 lines
222 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
table {
|
|
border: 1px solid red;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table>
|
|
<tr><td style="width:1em">supercalifragilistic- expialidocious</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|