Difference between revisions of "User:Hardeep.mehrotara"

From wiki
Jump to navigation Jump to search
(Created page with "This is test file with a test document. File:Test Document.xlsx")
 
 
Line 2: Line 2:
  
 
[[File:Test Document.xlsx]]
 
[[File:Test Document.xlsx]]
 +
 +
<form action="/action_page.php">
 +
  <label for="fname">First name:</label>
 +
  <input type="text" id="fname" name="fname"><br><br>
 +
  <label for="lname">Last name:</label>
 +
  <input type="text" id="lname" name="lname"><br><br>
 +
  <input type="submit" value="Submit">
 +
</form>

Latest revision as of 00:42, 22 April 2020

This is test file with a test document.

File:Test Document.xlsx

<form action="/action_page.php">

  <label for="fname">First name:</label>
 <input type="text" id="fname" name="fname">

<label for="lname">Last name:</label> <input type="text" id="lname" name="lname">

<input type="submit" value="Submit">

</form>