Monday, June 14, 2021

Time Table



 <html>
<body style="background-image:url('backimage2.jpg')">
<table border="4" style="width:100%;height:70%;background-color:black">

<caption style="font-size:70;padding:30px;color:white"><b><i><u> Time Table </u></i></b></caption>

  <tr style="font-size:50;color:white;background-color:black">
    <th rowspan="6"><u><i> hours </i></u></th>
    <th><u><i> Mon </i></u></th>
    <th><u><i> Tue </i></u></th>
    <th><u><i> Wed </i></u></th>
    <th><u><i> Thu </i></u></th>
    <th><u><i> Fri </i></u></th>    
  </tr>

  <tr style="text-align:center;font-size:50;background-color:yellow">
    <td><b><i><u> Science </b></i></u></td>
    <td><b><i><u> Maths </b></i></u></td>
    <td><b><i><u> Science </b></i></u></td>
    <td><b><i><u> Maths </b></i></u></td>
    <td><b><i><u> Arts </b></i></u></td>   
  </tr>
  <tr style="text-align:center;font-size:50;background-color:lightgreen">
    <td><b><i><u> Social </b></i></u></td>
    <td><b><i><u> History </b></i></u></td>
    <td><b><i><u> English </b></i></u></td>
    <td><b><i><u> Social </b></i></u></td>
    <td><b><i><u> Sports </b></i></u></td>   
  </tr>
  <tr style="font-size:50;color:black;background-color:red">
    <th colspan="5"><u><i> Lunch </i></u></td>
  </tr>
  <tr style="text-align:center;font-size:50;background-color:orange">
    <td><b><i><u> Science </b></i></u></td>
    <td><b><i><u> Maths </b></i></u></td>
    <td><b><i><u> Science </b></i></u></td>
    <td><b><i><u> Maths </b></i></u></td>
    <td rowspan="2" style="background-color:pink"><b><i><u> Project </b></i></u></td>    
  </tr>
 <tr style="text-align:center;font-size:50;background-color:powderblue">
    <td><b><i><u> Social </b></i></u></td>
    <td><b><i><u> History </b></i></u></td>
    <td><b><i><u> English </b></i></u></td>
    <td><b><i><u> Social </b></i></u></td>
  </tr>
</table>
</body>
</html>

1 comment:

simple form using jsp:useBean

 studentform.jsp <html>  <body>   <center>     <form action="studentdisp.jsp" method="post">   ...