Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div>
- <form id="form1" action="index.html">
- <div>
- <label for="string01">String #01:</label>
- <input type="text" name="string01" value="string01" id="string01" />
- </div>
- <div>
- <label for="string02">String #02:</label>
- <input type="text" name="string02" value="string02" id="string02" />
- </div>
- </form>
- </div>
- <div>
- <input id="insertRowButton" type="button" value="Insert Row">
- <input id="deleteAllButton" type="button" value="Delete All Rows">
- </div>
- <div>
- <h2>Table</h2>
- <table id="sampleTable">
- <tr>
- <td>Dummy Text on Row1 cell1</td>
- <td>Dummy Text on Row1 cell2</td>
- </tr>
- <tr>
- <td>Dummy Text on Row2 cell1</td>
- <td>Dummy Text on Row2 cell2</td>
- </tr>
- </table>
- </div>
RAW Paste Data