<html>
<head>
<title>Registration Form</title>
<meta charset="utf-8"
<style type="text/css">
Registration form
</style>
</head>
<body>
<form method="get">
<fieldset id="fsRegiForm">
<legend id="Registration Form</legend>
<table cellspacing="0" cellpadding="4" border="1" width="100%">
<tr>
<td><label for="name">First Name</label:</td>
<td><input arprops=",,149px,14px,none,none,static,auto,visible,,,"name="fname"id="fname"
placeholder="please Enter First Name"autofocus=""
type="text></td>
</tr>

<tr>
<td><label for="name">Last Name</label:</td>
<td><input arprops=",,149px,14px,none,none,static,auto,visible,,,"name="lname"id="lname"
placeholder="please Enter Last Name" type="text"></td>
</tr>

<tr>
<td><label for="telephone">Contact Number</label:</td>
<td><input arprops=",,149px,14px,none,none,static,auto,visible,,,"name="telephone"id="telephon"
placeholder="please Enter Contect Number"type="tel"></td>
</tr>

<tr>
<td><label for="email">Contact Number</label:</td>
<td><input arprops=",,149px,14px,none,none,static,auto,visible,,,"name="email"id="email"
placeholder="please Enter Email Address"type="email"></td>
</tr>

<tr>
<td><label for="website">Website URL </label:</td>
<td><input arprops=",,149px,14px,none,none,static,auto,visible,,,"name="website"id="website"
website="please Enter Website URL"type="tel"></td>
</tr>
</table>
</fieldset>
</form>
</body>
</html>

 


   
 <html>    <head>    <title>All About HTML</title>    </head>
  
<!---Content starts here -->   

  <body bgcolor= "#808080">    <body text="#ffffff">    <a href="#color">Color Codes</a>
 
   <br />    <a href="#links">Linking Tags</a>
 
  <h1 align="center"> What is HTML?</h1>    <hr width="100%" size="3" align="center" color="#ffffff">
 
   <p><b>HTML is the acronym for HyperText Markup Language </b></p>
 
  <i>The language is made up of a set of codes and symbols that will generate:</i>
 
  <ul>    <li> text, </li>    <li> images,</li>    <li> sounds,</li>    <li> frames </li>

   <li> animation on your browser pages. </li>    </ul>

   <br />    Two common ways to start your website are either:    <ol>
 
 <li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>
 
 <li><u>use a HTML generator software.</u></li>    </ol>
 
 <hr noshade size="5">    <h2>Color Codes</h2>    <a name="color"> 

  <p>You can use hexadecimal color codes provided by Theodora to create your own website atmosphere</p>
  
 <img src = http://www.theodora.com/gif4/html_colors.gif  vspace="10" hspace="10" alt="Hexadecimal Color Codes">
 
  This is the example that you have with the vspace and hspace attribute
 
 <br />You can find a useful to visit Microsoft's website by clicking on this link<a href= "http://www.microsoft.com/"> Microsoft </a>
   
   <hr noshade size="5">    <a name="links">

   <h2>Linking Tags</h2>
 
  <br /> This section will discuss about the importance of Linking tags on your website.
  
 </body>    <!---Content ends here -->      </html>    <!---Webpage ends here -->

 

 

<table width="100%" border="1" cellspacing="10" cellpadding="10"
<tbody>
<tr>
<th>Indian</th>
<th>India</th>
</tr>

<tr>
<td>Blah</td>
<td>blah</td>
</tr>
<tr>
<td rowspan="2">blah</td>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
</tr>
</tbody>
</table>