like this i donot know programming plzz telll
Attachments:
ravindrakumarmeena13:
reply my answer
Answers
Answered by
2
Sample Program to create a table:
<html>
<head>
<title>Computer Project</title>
</head>
<body>
<table border="1" cellpadding="3" cellspacing="2">
<tr>
<th>Period</th>
<th>Subjects</th>
<th>Teachers</th>
</tr>
<tr>
<td>1</td>
<td>Maths</td>
<td>Kvnmurty</td>
</tr>
<tr>
<td>2</td>
<td>Physics</td>
<td>Abhi178</td>
</tr>
<tr>
<td>3</td>
<td>English</td>
<td>UpenderJoshi</td>
</tr>
</table>
</body>
</html>
<!--Hope it helps!-->
Attachments:
Similar questions