CBSE BOARD X, asked by atulshourya125, 1 year ago

Write the HTML code to generate the following web page with the given below specifications: 5 (a) Bordered table should have background color in pink. (b) Table’s header row with a heading “INCOME TAX SLABS 2017-18” should spread over four cells. (c) After heading row, first cell of next row should spread over five rows with an image named “it.jpg” stored in d: drive. (d) Set the space between the cell wall and the cell content to 10 pixels and set the space between the cells to 10 pixels. (e) At the bottom of the page, a link to next page is there which is linked to another webpage named “next.html”.

Answers

Answered by chikorita
11

<html>

<body>

<table border=1 bgcolor="pink"cellspacing="10px" padding="10px">

<tr><the colspan=4>INCOME TAX SLABS 2017-18<\th><\tr>

<tr><TD rowspan=5><IMG SRC= "d://it.jpg" ><\td>

<\tr>

<\table>

<a href="next.html">link<\a>

<\body>

<\html>




chikorita: hi
PranaviXX: ,;;; i think its wrong
PranaviXX: the colspan?
Similar questions