Computer Science, asked by snehabharadwaj, 1 year ago

write an HTML code to create the schedule for sport activities you can use the colour of your choice​

Answers

Answered by amitnrw
4

Answer:

Explanation:

<html>

<head>

<title>Sport Schedule</title>

</head>

<body>

<H4><FONT COLOR="PINK  

"><CENTER>SCHEDULE FOR SPORT ACTIVITIES</FONT></H4>

<table border="3" cellspacing="3"  

align="center">

<tr> <td align="center"> <td>10:00-12:00   <td>2:00-4:00</tr>

<tr> <td  

align="center">MONDAY  <td align="center"><font color="blue">Hockey<br>  <td  

align="center"><font color="red">Basketball<br>  </tr>

<tr>  <td  

align="center">TUESDAY  <td align="center"><font color="blue"> Volleyball<br>  <td  

align="center"><font color="pink">Basketball<br>  </tr>

<tr>  <td  

align="center">WEDNESDAY  <td align="center"><font color="pink">Volleyball<br>  <td    align="center"><font color="brown">basketball<br> </tr>

<tr>  <td  

align="center">THURSDAY  <td align="center">VolleyBall<br>

<td align="center"><font  

color="orange">FootBall<BR> </tr>

<tr>  <td align="center">FRIDAY  <td  

align="center"><font color="orange">Hockey<BR>  <td align="center"><font  

color="blue">Football<br> </tr>

</body>

</html>

Attachments:
Similar questions