Create a Web page, which should contain a table having two rows and two columns.

Code

<html>
<body>
<table border="1" height="100%" width="100%">
<tr>
<td> 1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>  4</td>
</tr>
</table>
</body>
</html>

Output




1 2
3 4

Comments

Popular posts from this blog

Create an HTML document giving details of your name, age, telephone number, address, TLC code & enrolment number aligned in proper order.

Applet Not initialized properly’ Error in Finacle – Solution

Fresh installation of CSI Applications and Database