Translate

Saturday, 13 September 2014

To Create a HTML (GRADES OF A STUDENT)



Project 1 (Grades of a Student)

<HTML>
<BODY>
<TABLE Border = "1" bordercolor = "blue" height = "100" width ="300">
<TR>
<TD> 1111</TD>
<TD> Registration Number </TD>
</TR>
<TR>
<TD> Name </TD>
<TD> ABCD</TD>
</TR>
<TR>
<TD> Average Marks </TD>
<TD> 70</TD>
</TR>
<TR>
<TD> Grade </TD>
<TD> B</TD>
</TR>
</TABLE>
</BODY>
</HTML>

This is the end of the 1st class