This is actually my school project. I doing a table form and want to loop at Course Marks column and Course Grade Point column. Somehow i'm unable to to figure it out. Need a help to fix my work. Thank in advance.

Code:
<table border="1">
<tr>
	<th>Course Marks</th>
	<th>Course Grade Point</th>
	
</tr>
<tr>
	<td><input type="text"
...