Computer Science, asked by brishtimaji, 10 months ago

2. Write an HTML program using table tag, border and bgcolor attribute to get the following
output.
T20 World Cup Winners
Year
Host
Winner
Runner-up
2007
India
Pakistan
Sri Lanka
2009
Pakistan
2010
2012
2014
South Africa
England
West Indies
Sri Lanka
Bangladesh
England
West Indies
Sri Lanka
Australia
Sri Lanka
India
England
2016
India
West Indies​

Answers

Answered by indhu35
12

<html>

<head >

<title> my computer <\title >

</head>

<table border 15 ;bg color blue >

<th>

<td year>

<td host>

<td winner>

<td runner up>

</th>

<tr>

<td>2007</td>

<td>2009</td>............

This html codes only use to get output to ur program


ravishankar1011: hiii
indhu35: hii
Similar questions