<html>
<body>
<table border="13">
 <tr>
     <td>
	     <p>This is Paragraph</p>
		 <p>This is another Paragraph</p> 
     </td>
	 <td>This cell contains a table:
	 	<table border="4">
	    	<tr>
	      		<td>All</td>
		  		<td>is</td>
	     	</tr>
	     	<tr>
	      		<td>well</td>
		    	<td>Dear</td>
	     	</tr>
      	</table>
     </td>
 </tr>
 <tr>
	 <td>This cell contains a list
	   <ul>
	   <li>CSE</li>
	   <li>IT</li>
	   <li>ECE</li>
	   </ul>
	 </td>
	 <td>
	 	Good Morning India
	 </td>
</tr>
</table>
</body>
</html>

 

(Visited 60 times, 1 visits today)
Share with Friends :

Leave a Reply

Your email address will not be published. Required fields are marked *