Write an HTML code to create the following table: 100 Amit 10 A
Write an HTML code to create the following table:
| 100 | Amit | 10 A |
| 101 | Ankit | 10 B |
| 102 | Arnab | 10 C |
| Footer 1 | Footer 2 | Footer 3 |
First row has Green background
4 views
1 Answers
The HTML code is
| Roll Number | Name | Class |
| 100 | Amit | 10 A |
| 101 | Ankit | 10 B | 102 | Arnab | 10C |
| Footer 1 | Footer 2 | Footer 3 |
4 views
Answered