Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
WEB Development
<!DOCTYPE html>
<html>
<head>
<title>TABLE</title>
</head>
<body>
<tr>
<th>First nme</th>
<th>Last name</th>
<th>Age</th>
</tr>
<tr>
<td>JILL</td>
<td>smith</td>
<td>50</td>
</tr>
</body>
</html>
Cascading Style Sheets