Untitled

Anonymous
plain_text
09/19/2023 11:24 AM
552 B
14
Indexable
<html>
<head>
<title>tabular data</title>
<body>
<table border=2 align="center" width=80% height=200 CELLSPACING=0 BGCOLOR="LIGHTYELLOW">
  <tr>
    <th>qualification</th>
    <th>year</th>
    <th>marks</th>
  </tr>
  <tr>
   <td>10th standard</td>
   <td>2020</td>
   <td>90%</td>
  </tr>
  <tr>
    <td>12th standard</td>
    <td>2022</td>
    <td>95%</td>
  </tr>
</table>
</body>
</html>
Editor is loading...