Form Tag (<form> </form>)
<!doctype html>
<html lang="en-US">	
   <head>
      <meta charset="utf-8">
      <title>Codershelpline</title>
   </head>
   <body>		
      <form name="form1" id="form2" method="post" action="#">		  
      <!-- <form name="form1" id="form2" method="post" action="registration.html">  -->
		  
	<center>			
	   <fieldset>
	      <table name="table1" id="table2">
                <tr>							
		    <td> ---code--- </td>
		 </tr>
						
		 <tr>
		    <td> ---code--- </td>
		    <td> ---code--- </td>
		 </tr> 
						
		 <tr>
		    <td> ---code--- </td>
		    <td> ---code--- </td>
		    <td> ---code--- </td>
		    <td> ---code--- </td>
		 </tr>			  
	       </table>
	     </fieldset> 
	  </center>		
	</form>
  </body>	
</html>

Loading

Categories: HTML

0 Comments

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.