Desired Output


Sr No. University/Board Passing Year Total Marks Obtain Marks





Source Code



<!doctype html>
<html>
	<head>
		<title>Add Row in Table</title>
		<script>
		var count=1;
		function add_row()
		{
			var d=document.getElementById("data").innerHTML;
			var x="<tr><td>"+count+"</td><td><input type='text'/></td><td><input type='number'/></td><td><input type='number'/></td><td><input type='number'/></td></tr>"
			document.getElementById("data").innerHTML=d+x;
			count++;
		}
		</script>
	</head>
	<body>
		
		<table id="data" border="1" cellpadding="10px" cellspacing="0" width="80%" align="center">
			<tr>
				<th>Sr No.</th>
				<th>University/Board</th>
				<th>Passing Year</th>
				<th>Total Marks</th>
				<th>Obtain Marks</th>				
			</tr>			
		</table>
		<br/>
		<input type="button" value="ADD ROW" onclick="add_row()"/>
	</body>
</html>


Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad