Computer Science, asked by sushilkhandelwal46, 1 year ago

Pls pls slove this it's urgent .........?????????????????¿????¿¿?¿¿¿¿¿???

Attachments:

Answers

Answered by Anonymous
9

Hi

<!DOCTYPE html>

<html lang="en">

<head>

   <meta charset="UTF-8">

   <title>Title</title>

</head>

<body>

   <table bgcolor="pink" border="1" cellpadding="15" cellspacing="10">

       <tr>

           <th colspan="7">

               <h1>INCOME TAX SLABS 2017-18</h1>

           </th>

       </tr>

       <tr>

           <td colspan="3" rowspan="5">

               <img src="tax.jpg" width="200" />

           </td>

           <td>S.No.</td>

           <td colspan="2">Income Range</td>

           <td>Tax %</td>

       </tr>

       <tr>

           <td>1</td>

           <td colspan="2">0-2,50,000</td>

           <td>NIL</td>

       </tr>

       <tr>

           <td>2</td>

           <td colspan="2">2,50,00-5,00,000</td>

           <td>10%</td>

       </tr>

       <tr>

           <td>3</td>

           <td colspan="2">5,00,001-10,00,000</td>

           <td>20%</td>

       </tr>

       <tr>

           <td>4</td>

           <td colspan="2">>10,00,000</td>

           <td>30%</td>

       </tr>

   </table>

   <a href="nextpage.html">Next Page</a>

</body>

</html>

Note: We cannot attach .html file, so I have rename that to .txt, please download it and change the extension to .html

Attachments:
Similar questions