|  Home   |  Contact Us   |  Online Exam   |  Tech World   |  Jobs    |  Member Login
        Examples          

Example:

      <html>
      <head>
      <title>skdotCom</title>
      </head>
      <body>
      <table border="1" bgcolor="skyblue" width="300" align="center">
      <tr>
      <td>Name:</td>
      <td><input type="text" name"chennaisunday"></td>
      </tr>
      <tr>
      <td>Password:</td>
      <td><input type="password" name"chennaisunday1"></td>
      </tr>
      <tr>
      <td></td>
      <td><input type="button" name"sub" value="Login"></td>
      </tr>
      </table>
      </body>
      </html>

Output:
    Name:     
    Password:     
         

Example1:

      <html>
      <head>
      <title>HTML using Web Design</title>
      </head>
      <body>
      <table align="center" width="400" bgcolor="#FFFFFF">
      <tr><td width="397" height="398" valign="top">
      <h1 align="center"><font color="#006600">HTML page Design</font></h1>
      <table width="498" bgcolor="#E0E0E0" align="center" class="bodytext" style="border:1px #000000 inset;">
      <tr>
      <td width="59"></td>
      <td></td>
      <td></td>
      </tr>
      <tr>
      <td width="59" height="39"><br /></td>
      <td width="129">Name:</td>
      <td width="308"><input type="text" size=25 name="name"></td>
      </tr>
      <tr>
      <td width="59" height="38"></td>
      <td>Subject:</td>
      <td> <input type="text" size=25 name="sub"></td>
      </tr>
      <tr>
      <td width="59" height="46"></td>
      <td>Mobile:</td>
      <td> <input type="text" name="ph" size=25></td>
      </tr>
      <tr>
      <td width="59" height="48"></td>
      <td>Mail-ID:</td>
      <td> <input type="text" name="mail" size=25></td>
      </tr>
      <tr>
      <td width="59" height="89"></td>
      <td>Address:</td>
      <td><textarea rows="4" cols="27" name="add"></textarea></td>
      </tr>
      <tr>
      <td width="59" height="35"></td>
      <td></td>
      <td><input type="submit" value="submit">     
      <input type="reset" value="clear"></td>
      </tr>
      </table>
      <table width="497" align="center">
      </table>
      </td>
      </tr>
      </table>
      </body>
      </html>

Output:

HTML page Design


Name:
Subject:
Mobile:
Mail-ID:
Address:
     
Back to Top
All Rights Reserved : skdotcom technologies