Computer Science, asked by Anonymous, 4 months ago

Create a hyper text markup language c0ding:
Tabulate the score sheet of any 5 students of your class.
Title - score sheet
Heading - score sheet (Underline)
Names of the students - italicized


Mention clearly please.​

Answers

Answered by CɛƖɛxtríα
253

The required Hyper Text Markup Language" cσding is as follows:-

<html>

<head>

<title> Score sheet </title>

</head>

<body>

<h2> <u> Score sheet: </h2> </u>

<br>

<table border=2>

<tr>

<th> Roll no. </th>

<th> Name </th>

<th> Science </th>

<th> Maths </th>

<th> English </th>

<th> History </th>

<th> French </th>

</tr>

<tr>

<td> 9001 </td> <td><i> Adrien Agreste </i></td> <td> 40 </td> <td> 32 </td> <td> 35.5 </td> <td> 37 </td> <td> 31 </td>

</tr>

<tr>

<td> 9002 </td> <td><i> Alya Césaire </i></td> <td> 36.2 </td> <td> 39 </td> <td> 40 </td> <td> 28 </td> <td> 33.7 </td>

</tr>

<tr>

<td> 9003 </td> <td><i> Chloé Bourgeois </i></td> <td> 28 </td> <td> 30.1 </td> <td> 37 </td> <td> 34.4 </td> <td> 36 </td>

</tr>

<tr>

<td> 9004 </td> <td><i> Marinette-Dupain-Cheng </i></td> <td> 37.8 </td> <td> 40 </td> <td> 38.4 </td> <td> 36.3 </td> <td> 39.5 </td>

<tr>

</tr>

<td> 9005 </td> <td><i> Nino Lahiffe </i></td> <td> 32 </td> <td> 33 </td> <td> 30 </td> <td> 29.8 </td> <td> 32.3 </td>

</tr>

</table>

</body>

</html>

**Note:-

  • The output is attached!
  • Don't remove any of the angle brackets. Eliminating any of those may result with misconceptions in the output.
Attachments:
Similar questions