Computer Science, asked by aarchi82, 1 year ago

like this i donot know programming plzz telll

Attachments:

ravindrakumarmeena13: reply my answer
ravindrakumarmeena13: Which I have posted

Answers

Answered by siddhartharao77
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:

aarchi82: th ???
siddhartharao77: th = table header
aarchi82: ok tq
aarchi82: how to use background colour
aarchi82: and td
siddhartharao77: I have already used 'td' and for background colour use bgcolor attribute
aarchi82: td =??
siddhartharao77: table data
Similar questions