Changes

107 bytes added ,  13:34, 18 March 2020
m
no edit summary
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>
4

edits