How to create HTML tabel??

   Source Code

~~


<html>
<head>
<title>pranjal</title>
</head>
<body bgcolor="lightgreen">
<table border=10 bordercolor=red align=center height=500 width=500>
<caption>
<b><u>Student's Record</u></b>
</caption>
<tr><th>Name </th><th>subject</th><th>Marks</th></tr>
<tr><th>Riya</th><td>Maths</td><td>99</td>
</tr>
<tr><th>Pranjal</th><td>Physics</td><td>98</td></tr>
<tr><th>Isika</th><td>Chemistry</td><td>86</td></tr>
<tr><th>Aman</th><td>History</td><td>90</td></tr>
</table>
</body>
</HTML>

You can change the data entered !!
Any query please contact us:
E-Mail(Pranjal Pandey)


My Youtube Video:

Comments

Popular posts from this blog

How to create HTML Form??