Define Definition list. write the code to generate the following output
Answers
Answered by
1
Answer:
please mark branlist answer
Explanation:
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse
;}
th, td { padding: 5px;}
th
{ text-align: left;}
</style>
</head>
<body>
<table style="width:100%">
<tr>
<th>ADMNO</th>
<th>SNAME</th>
<th>NAME</th>
<th>DOB</th>
</tr>
<tr>
<td>JS04567</td>
<td>Agarwal</td>
<td>Rajesh</td>
<td>4-March-1998</td>
</tr>
</body>
</html>
Similar questions
Math,
3 months ago
English,
3 months ago
Science,
3 months ago
CBSE BOARD XII,
7 months ago
Social Sciences,
7 months ago
Hindi,
11 months ago
Hindi,
11 months ago
Physics,
11 months ago