You are on page 1of 2

<html>

<head>
<title>web design</title>
<linkhref=".style.css"rel="stylesheet" type="text/css" />
</head>
<body>
<h1>software engineering department</h1>
<h2>For computer Department & Student of Wachemo university, Software department offers varius
programming course as detailed</h2>
<img src="img.png"width="40px"height="40"style="float:left;"/><br>
<table border="2"cellspacing="0"cellpadding="10" style="margin-left:100px;margin-top:-40px">
<tr>
<th colspan="4">course detail</th>
<th rowspan="6"width="700px">
<p style="margin-left:-680px;margin-top:-50px">Note:<p><br>
<p style="margin-left:-50px">To Know more about this program u can view following video and visit:<a
href="#">Programming Course 2019</a></p>
<video width="200"height="180"src="comi.mp4"controls="true" style="margin-left:-350px;margin-
bottom:-90px"></video>
</th>
</tr>
<tr>
<th>S.no</th><th>Course</th><th>Duration</th><th>Instructors</th>
</tr>
<tr>
<td>1</td><td>CORE JAVA</td><td>2 WEEKS</td><td><ul>
<li>Fikreab</li>
<li>Wendimagegn</li>
</ul></td>
</tr>
<tr>
<td>2</td><td>ADVACE JAVA</td><td>4 WEEKS</td><td><ul>
<li>Mr.Fikreab</li>
<li>Mr.Wendimo</li>
<li>Mr.Mesay</li>
</ul></td>
</tr>
<tr>
<td>3</td><td>C++</td><td>2 WEEKS</td><td><ul>
<li>Dr.Anil</li>
<li>Mr.Aschalew</li>
</ul></td>
</tr>
<tr>
<td>4</td><td>PHP</td><td>4 WEEKS</td><td><ul>
<li>Mr.Jitendra</li>
<li>Mr.Mesay</li>
<li>Mr.Aschalew</li>
</ul></td>
</tr>
</table>
<fieldset>
<legend>Rigister Urself</legend>
Name:<input type="text"name="name">
ID:<input type="text"name="id">
Email:<input type="email"name="email"><br>
Department:<select>
<option Selected>Software Engineering</option>
<option>CS</option>
</select><br>
Course:<input type="checkbox"name="c">CORE JAVA
<input type="checkbox"name="c">ADAVNCE JAVA
<input type="checkbox"name="c">C++
<input type="checkbox"name="c">PHP<br>
First Priority Course:
<input type="radio"name="b">CORE JAVA
<input type="radio"name="b">ADAVNCE JAVA
<input type="radio"name="b">C++
<input type="radio"name="b">PHP<br>
<input type="submit"name="Submit">
</fieldset>
</body>
</html>

You might also like