My self




time table

monday tuesday wedesday thursday
scince maths
it
engli music
geo hist maths
religan
it

  1. 8.30-10.30
    • maths
    • scince
      1. word
      2. cound
  2. 10.30-11.30
    • engli
    • scin

 

<html>
<head>
<title> from</title>
</head>
<body>
<h1 style="text-align:center">My self</h1>
<label for="fname">first name :</label>
<input type="text" id="fname" name="fname" value="t.vivek"><br>
<label for="Age">Age:</label>
<input type="text" id="age" name="Age" value="21"><br>
<p>
<label for="sex">Sex:</label>
<input type="radio" id="male" name="male" value="male">
<label for="male">male</label>
<input type="radio" id="female" name="female" value="female">
<label for="female">female</label></p>
<p>
<label for="subject">subject:</label>
<input type="checkbox" id="sub" name="sub" value="ICT">
<label for="ICT">ICT</label>
<input type="checkbox" id="maths" name="maths" value="maths">
<label for="Maths">Maths</label>
<input type="checkbox" id="science" name="scince" value="scince">
<label for="scince">scince</label>
</p>
<table border="4">
<h1>time table</h1>
<tr>
<th>monday</th>
<th>tuesday</th>
<th>wedesday</th>
<th>thursday</th>
</tr>
<tr>
<td>scince</td>
<td colspan="2">maths</td>
<td rowspan="2"><center>it</center></td>
</tr>
<tr>
<td rowspan="2">engli</td>
<td colspan="2">music</td>
</tr>
<tr>
<td>geo</td>
<td>hist</td>
<td>maths</td>
</tr>
<tr>
<td>religan</td>
<td colspan="3"><center>it</center></td>
</tr>
</table>
<p>
<label for="subject order">subject order:</label>
<ol type="1">
<li>8.30-10.30</li>
<ul type="disc">
<li>maths</li>
<li>scince</li>
<ol type="i">
<li>word</li>
<li>cound</li>
</ul>
<li>10.30-11.30</li>
<ul type="square">
<li>engli</li>
<li>scin</li>
</ul>
</ol>
<button type="submit" style="margin-left: 300px;">submit</button>
</p>
</body>
</html>

Comments

Popular posts from this blog