Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <table border = "1"> <tr> <td>Cell 1</td> <td>Cell 2</td> </tr> </table>