13. Write HTML code to produce following tables :
a) Threats To Elephant
151
Illegal Hunting
Industrialization
2
3
Habitat Loss
4 Fragmentation
5 Disease
[5]
b) Students' Details :
Mobile Number
Student Name
Roll Number
9305413564
Atul Mishra
1020
9235183590
Siddhant Sharma
1021
000
Answers
Answered by
1
Answer;
(a) this question i am not able to understand what you have written.just fill the information in the following code accordingly.
(b)-;
<html>
<head>
<title>xyz</title>
</head>
<body bgcolor="XYZ">
<table border="xyz">
<tr>
<th>Mobile no.</th>
<th>Student Name</th>
<th>Roll number</th>
</tr>
<tr>
<td>9305413564</td>
<td>Atul Mishra</td>
<td>1020</td>
</tr>
<tr>
<td>923...</td>
<td>Siddhant Sharma</td>
<td>1021</td>
</tr>
</table>
</body>
</html>
Hope it helps.Plzz mark as branliest
Similar questions