table border="1" style="background-color:aqua;" > <tr> <th>Student Name</th> <th>Roll no</th> <th>Percentage of the year</th> </tr> <tr> <td>Ajay</td> <td>0501</td> <td>78%</td> </tr> <tr> <td>Vivek</td> <td>1242</td> <td>82%</td> </tr> <tr> <td>Anand</td> <td>0524</td> <td>65%</td> </tr> <tr> <td>Anusha</td> <td>0431</td> <td>69%</td> </tr> <tr> <td>Preethi</td> <td>0432</td> <td>73%</td> </tr> </table>
.class1 {font-family:'Times New Roman'; background-color:red; font-size:20px; } <div class="class1" ><p>dotnetfunda</p></div>
#id1 { background-color: blue; } <div id="id1">it funda</div>