Student information table

Student information table[html code] <html> <body> <h1>Student information list</h1> <table border="1"> <tr> <th>SI no</th> <th>Name</th> <th>class</th> <th>branch</th> <th>register no</th> </tr> ...