Write a program using HTML to design ipl cricket match time table
Answers
Answered by
0
Answer:
Hello dear, here's your answer. But matches are required for a programmer to type it in his rows and columns.
Explanation:
<!DOCTYPE html>
<html>
<head>
<title> Example of HTML Table background </title>
<tr>
<th> This is the first match 1</th>
<th> This is the second match 2</th>
<th> This is the third match 3</th>
</tr>
<tr>
<td rowspan= "2"> This is row 1 cell 1 </td>
<td> MI vs CSK 1</td>
<td> RCB vs KKR 2</td>
</tr>
</table>
</body>
</html>
PS: You just have to type the matches the way I've showed you. After 2</td>, it will just continue as 3,4 and so on.
Similar questions