Skip to content

Instantly share code, notes, and snippets.

@Pavaniysk
Created December 16, 2022 17:46
Show Gist options
  • Save Pavaniysk/745c09dd642c300947dd0e2f478fb66b to your computer and use it in GitHub Desktop.
Save Pavaniysk/745c09dd642c300947dd0e2f478fb66b to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<title> HTML Tutorial</title>
<p
<b> student list </b>
</p>
</head>
<table style="width=300%">
<Tr>
<th>name</th>
<th>age</th>
<th>class</th>
</Tr>
<tr>
<td>swathi</td>
<td>23</td>
<td>1</td>
</tr>
<tr>
<td>pavani</td>
<td>30</td>
<td>3</td>
</tr>
<tr>
<td>ravi</td>
<td>35</td>
<td>7</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment