Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
10 views2 pages

Student Contact Directory

The document is an HTML webpage titled 'TimeTable' that presents a table containing information about individuals, including their names, subjects, specializations, and phone numbers. The table is styled with borders and background colors for better readability. It features six entries with varying academic backgrounds, primarily in BCA and B.Tech disciplines.

Uploaded by

PRAJWAL SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Student Contact Directory

The document is an HTML webpage titled 'TimeTable' that presents a table containing information about individuals, including their names, subjects, specializations, and phone numbers. The table is styled with borders and background colors for better readability. It features six entries with varying academic backgrounds, primarily in BCA and B.Tech disciplines.

Uploaded by

PRAJWAL SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TimeTable</title>
<style>
table,th,td{
border: 1px solid rgb(22, 19, 19);
border-collapse: collapse;

}
th{
background-color: beige;
text-align: center;
height: -100px;
width: 0%;

}
tr{
height: 90px;
}
td{
background-color: lavender;
text-align: center;

</style>
</head>
<center><img src="/Users/prajwalsinghr/Desktop/jainlogo.png" width="300"
height="50"><br><br>

<body bgcolor="">
<center><table style="width: 50%">
<thead>
<tr>
<th>Name</th>
<th >Subject</th>
<th>Specilization</th>
<th>Phone number</th>
</tr>
</thead>
<tbody>
<tr>
<td>prajwal</td>
<td>BCA</td>
<td>DA</td>
<td>8073832829</td>
</tr>
<tr>
<td>Ruma</td>
<td>BCA</td>
<td>CTIS</td>
<td>838746378</td>
</tr>
<tr>
<td>rahul</td>
<td>B.Tech</td>
<td>ECE</td>
<td>92328732</td>
</tr>

<tr>
<td>rohan</td>
<td>B.Tech</td>
<td>Civil Enginnering</td>
<td>996544598</td>
</tr>
<tr>
<td>vijay</td>
<td>B.Tech</td>
<td>Mechnical Enginnering</td>
<td>9965675678</td>
</tr>
<tr>
<td>Raju</td>
<td>B.Tech</td>
<td>IOT</td>
<td>92214598</td>
</tr>
</tbody>
</table>
</center>
</body>
</html>

You might also like