Table creation

Hello my all friends this program is only created from HTML5 and CSS languages 
And we can be make from it's other languages .
Ans mainly it's program make on only mobile 

All posible in world 


I Hope something helpful of my it's program to you 


yuvraj blog
Sr.No. Name of Student subject Percent
1 onkar raykar math 50%
chemistry 70%
physics 80%
Biology 90%
English 90%


                                   * Marksheet * 


<!doctype html>
<html>
<head>
<title>
yuvraj blog</title>
</head>
<body bgcolor="#ff0066">
<b>
<table border="3" width="100%" bgcolor="yellow">
<tr bgcolor="#f1f1f1">
<td>Sr.No.</td>
<td>Name of Student</td>
<td>subject</td>
<td>Percent</td>
</tr>
<tr>
<td>1</td>
<td>onkar raykar</td>
<td>math</td>
<td>50%
</td></tr>
<tr>
<td></td>
<td></td>
<td>chemistry</td>
<td>70%
</td></tr>
<tr>
<td></td>
<td></td>
<td>physics</td>
<td>80%
</td></tr>
<tr>
<td></td>
<td></td>
<td>Biology</td>
<td>90%
</td></tr>
<tr>
<td></td>
<td></td>
<td>English</td>
<td>90%
</td></tr></table>

</Body>
</Html>

Comments

Popular Posts