Difference between revisions of "Atomtest"
(Created page with "<html> Testing an editable table <table border=1> <tbody> <tr> <th></th> <th>A</th> <th>B</th> <th>C</th> <...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<html> | <html> | ||
Testing an editable table | Testing an editable table | ||
| − | <table border=1> | + | |
| − | + | <tbody> | |
| + | |||
| + | </tbody><table border="1"> | ||
| + | |||
<tr> | <tr> | ||
<th></th> | <th></th> | ||
| Line 12: | Line 15: | ||
<th>1</th> | <th>1</th> | ||
<td><span id="A1" contenteditable>#####</span></td> | <td><span id="A1" contenteditable>#####</span></td> | ||
| − | <td><span id="B1" contenteditable></span></td> | + | <td><span id="B1" contenteditable></span><form><input type="text" id="fname" name="fname"><br><br></form></td> |
<td><span id="C1" contenteditable></span></td> | <td><span id="C1" contenteditable></span></td> | ||
</tr> | </tr> | ||
| Line 27: | Line 30: | ||
<td><span id="C3" contenteditable></span></td> | <td><span id="C3" contenteditable></span></td> | ||
</tr> | </tr> | ||
| − | + | ||
</table> | </table> | ||
</html> | </html> | ||
Latest revision as of 12:35, 18 March 2020
<html> Testing an editable table
<tbody>
</tbody>
| A | B | C | |
|---|---|---|---|
| 1 | ##### | <form><input type="text" id="fname" name="fname"> </form> |
|
| 2 | |||
| 3 |
</html>