Skip to content

Instantly share code, notes, and snippets.

View LiberumMicroservices's full-sized avatar

LiberumMicroservices

View GitHub Profile
<body>
<br><table id="pers" border="1">
<tr bgcolor="lightgray"><td>id</td><td>fName</td><td>lName</td><td>age</td></tr>
</table><br>
id <input type = "text" id="id" /><br>
fName <input type = "text" id="fName" /><br>
lName <input type = "text" id="lName" /><br>
age <input type = "text" id="age"/><br><br>