Difference between revisions of "Atomtest"

From wiki
Jump to navigation Jump to search
(Created page with "<html> Testing an editable table <table border=1> <tbody> <tr> <th></th> <th>A</th> <th>B</th> <th>C</th> <...")
 
m
Line 1: Line 1:
 
<html>
 
<html>
 
Testing an editable table
 
Testing an editable table
<table border=1>
+
 
     <tbody>
+
<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><nowiki><input type="text" id="fname" name="fname"></nowiki><nowiki><br></nowiki><nowiki><br></nowiki></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>
     </tbody>
+
      
 
</table>
 
</table>
 
</html>
 
</html>

Revision as of 13:34, 18 March 2020

<html> Testing an editable table

<tbody>

</tbody>

A B C
1 ##### <input type="text" id="fname" name="fname"><br><br>
2
3

</html>