write a HTML program for given table
STATE. COVID-19CASES ACTIVE CACES
jharkhnd 130000. 80000
Bihar. 340000. 270000
Answers
Answered by
2
Answer:-
Check this code. this is the required code.
See the attachment for the output.
<html>
<head>
<style>
table
{
width:400px;
text-align: center;
border-collapse: collapse;
}
</style>
<title>
COVID-19 cases.
</title>
</head>
<body>
<table border=1 width=400>
<tr>
<td>State
<td>COVID-19 CASES
<td>ACTIVE CASES
</tr>
<tr>
<td>Jharkhand
<td>130000
<td>80000
</tr>
<tr>
<td>Bihar
<td>340000
<td>270000
</tr>
</table>
</body>
</html>
Attachments:
Answered by
1
Answer:
hello dear nice dp......
ù usé Instagram..
m'y id yuvraj kemor
Similar questions