Tag : HTML
CODE RESULT <table border=”1″ bgcolor=”#cccccc”> <tr> <td> Hello </td> </tr> </table> Hello CODE RESULT <table width=”160″ border=”1″> <tr> <td width=”50%” align=”center” bgcolor=”blue”> Hello1 </td> <td width=”50%” align=”center” bgcolor=”green”> Hello2 </td> </tr> </table> Hello1 Hello2 CODE RESULT <table width=”160″ border=”1″> <tr> <td width=”50%”…