Skip to content

Instantly share code, notes, and snippets.

@AndrewEddy
Created May 19, 2015 02:43
Show Gist options
  • Select an option

  • Save AndrewEddy/3d9de344aa8089779c82 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewEddy/3d9de344aa8089779c82 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Tables Page</title>
</head>
<body>
<h1>Lets Play with Tables</h1>
<table border="1">
<tr>
<td>Andrew</td>
<td>24 Years Old</td>
<td>Male</td>
</tr>
<tr>
<td>Margot</td>
<td>23 Years Old</td>
<td>Female</td>
</tr>
<tr>
<td>Chris</td>
<td>34 Years Old</td>
<td>Male</td>
</tr>
</table>
</body>
</html>
@karanganesh11
Copy link

nice

@pranjalbansal787
Copy link

GOOD

@NoSoyRo
Copy link

NoSoyRo commented Nov 14, 2022

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment