We Help You To Polish Your Knowledge In Programming and Provide Quality Posts To Solve Your Queries.

Showing posts with label html(basic). Show all posts
Showing posts with label html(basic). Show all posts

Monday, 8 April 2013

  • User Registration Table in HTML/ASP.NET


    User Registration Table in HTML/ASP.NET


    <!-- colspan combines the column as per given value -->
    <html>
    <head>
    </head>
    <body>

    <table border="1" align="center" >

    <tr>
    <td colspan=2 align="Center">
    <h1>User Registration</h1>
    </td>
    </tr>
  • Copyright @ 2013 Programming Languages.