please answer this question
Attachments:
Answers
Answered by
1
Request: IT TOOK AT LOT OF TIME TO WRITE THIS SO PLEASE MARK ME BRAINLIEST
<html>
<head>
</head>
<style>
table{
width: 80%;
height:80%
}
table, th, td {
border: 2px solid paleturquoise;
border-collapse: collapse;
}
th, td {
padding: 50px;
}
</style>
<body>
<table>
<tr> <th>Roll No.</th><th>Student Name</th><th> Subject Name</th></tr>
<tr> <td>1</td><td>Ram</td><td>physics</td></tr>
<tr> <td>2</td><td>Shyam</td><td>Math</td></tr>
<tr> <td>3</td><td>Murli</td><td>Chemistry</td></tr>
</table>
</body>
</html>
Explanation:
your output will be this
Attachments:
Similar questions