Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <table border="1"> <caption>Table caption</caption> <tr> <td>Left cell</td> <td>Right cell</td> </tr> </table>
Preview