Monday 11 July 2016

CREATING TABLE TO WEBPAGE

<html>
<head>
<title>
 WEB DESIGNING
 </title>
 </head>

 <body bgcolor="black">
  <center> <font color="white" size"10" >TABLE HAS BEEN CREATED </font> </center>

  <br> <center> <table bgcolor="yellow" cellpadding="20" cellspacing="25" style="border:5 red" height="450" width="1200">
 
  <tr><td bgcolor="green" style="border:4 dotted red"  height="150" width="300" style="border:4 green"><center> Name1</center></td>
 
  <td bgcolor="red" style="border:4 dotted orange" height="150" width="300"><center>Name2</center></td></tr>
 
  <tr><td bgcolor="brown" style="border:4 dotted red" height="150" width="300"><center>Name3</center></td>
 
  <td bgcolor="pink" style="border:4 dotted blue"height="150" width="300"><center>Name4</center></td></tr>
 
  </center>
  </table>
 
 
  </body>
  </html>





No comments:

Post a Comment