Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <table border = "1"> <tr> <th>Tag</th> <th>Description</th> </tr> <tr> <td>td</td> <td>Specifies a table header</td> </tr> </table>