Page 360 - Web Applications (803) Class 11
P. 360
7. Create a web page which displays your class time table.
Ans. <!DOCTYPE html>
<html>
<head>
<title>Exercise - 5</title>
</head>
<body>
<table border=”1”>
<tr align=”center” valign=”middle”>
<th>Period</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th rowspan=”2”>12.30PM-1.30PM</th>
<th>5</th>
<th>6</th>
<th>7</th>
</tr>
<tr align=”center” valign=”middle”>
<th>Day</th>
<th>8.30AM-9.30AM</th>
<th>9.30AM-10.30AM</th>
<th>10.40AM-11.30AM</th>
<th>11.30AM-12.30AM</th>
<th>1.30PM-2.30PM</th>
<th>2.30PM-3.30PM</th>
<th>3.30PM-4.30PM</th>
</tr>
<tr align=”center” valign=”middle”>
<th>MON</th>
358 Touchpad Web Applications-XI

