Computer Science, asked by amitft70, 8 months ago

Can I get a code for an HTML Document that's fun to remix.Just type your code in the answer.Thnx

Answers

Answered by satyam9736114103
0

Answer:

gfdggdggdrrxtdtdst6e6yr4f6gytg

Answered by UniversalSwapnil
1

Answer:

<body>

   <table border="2px" bordercolor="blue" cellspacing=0 cellpadding=3>

   <tr>

       <th rowspan="2">Date</th>

       <th colspan="2">Temperature in celius</th>

   </tr>

   <tr>

       <th>Maximum</th>

       <th>Minimum</th>

   </tr>

   <tr>

       <th>Monday</th>

       <td>23</td>

       <td>13</td>

   </tr>

   <tr>

       <th>Tuesday</th>

       <td>22</td>

       <td>12</td>

   </tr>

   </table>

</body>

Explanation:

Try it!

Mark me brainliest

Similar questions