Computer Science, asked by shreya86305, 3 months ago

(1) Write an HTML code to create the following table:
Roll Number Name of Student Class
01
Atul Kumar 10 A
02
Bipul Sinha 10 A
03
Chetan Pal
10 A​

Answers

Answered by jai696
3

\huge\red{\mid{\fbox{\tt{Using\: HTML5}}\mid}}

<table cell border="1" cellpadding="0" cellspacing="0">

<tr>

<th>Roll Number</th>

<th>Name of Student</th>

<th>Class</th>

</tr>

<tr>

<td>01</td>

<td>Atul Kumar</td>

<td>10 A</td>

</tr>

<tr>

<td>02</td>

<td>Bipul Sinha</td>

<td>10 A</td>

</tr>

<tr>

<td>03</td>

<td>Chetan Pal</td>

<td>10 A</td>

</tr>

</table>

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by amritamohanty918
1

Answer:

 \mathfrak  \pink {answer}

USE HTML5

<table cell border="1" cellpadding="0" cellspacing="0">

<tr>

<th>Roll Number</th>

<th>Name of Student</th>

<th>Class</th>

</tr>

<tr>

<td>01</td>

<td>Atul Kumar</td>

<td>10 A</td>

</tr>

<tr>

<td>02</td>

<td>Bipul Sinha</td>

<td>10 A</td>

</tr>

<tr>

<td>03</td>

<td>Chetan Pal</td>

<td>10 A</td>

</tr>

</table>

Similar questions