Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
ul {
margin: 4px;
}
li {
float: left;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<ul>
<li>Test</li>
<li>Test</li>
</ul>
</td>
</tr>
</table>
</body>
</html>