Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
td::before { content: "Test"; display: inline-block; border: 3px solid black }
</style>
<table>
<tr>
<td style="width: 300px"></td>
</tr>
</table>