You are on page 1of 4

<!

DOCTYPE html>

<html>

<head>

<title> Discovery Science </title>

</head>

<body bgcolor="darkgray">

<table border="2" bgcolor="mediumblue" width="1240" height="250" >

<tr>

<td> <h1 align="center" color="White"; margin-top=10px> <b> Discovery Science </b>


</h1> </td>

</tr>

</table>

<h1 align="center" ; margin-top:25px> About Me </h1>

<p align="center">

<b>The requirements for a system are the descriptions of what the system should do — the
services that it provides and the constraints on its operation. These requirements reflect the needs of
customers for a system that serves a certain purpose such as controlling a device, placing an order, or
finding information. The process of finding out, analyzing, documenting and checking these services and
constraints is called requirements engineering (RE).</b>

</p>

<h1 align="center"> My Coding Skills </h1>

<table border="2" width="800" height="100" align="center" bgcolor="lightslategrey" cellspacing="5">

<tr>

<td align="center" width="57" bgcolor="silver"> Monday </td>


<td align="center" width="57" bgcolor="White"> Tuesday </td>

<td align="center" width="57" bgcolor="silver"> Wednesday </td>

<td align="center" width="57" bgcolor="White"> Thursday </td>

<td align="center" width="57" bgcolor="silver"> Friay </td>

<td align="center" width="57" bgcolor="White"> Saturday </td>

<td align="center" width="57" bgcolor="silver"> Sunday </td>

</tr>

<tr>

<td align="center" width="65" height="50" bgcolor="lightgray"> 10:30 TO 11:00 </td>

<td align="center" width="65" height="50" bgcolor="lightgray"> 11:30 TO 12:00 </td>

<td align="center" width="60" height="50" bgcolor="lightgray"> 1:30 TO 2:00 </td>

<td align="center" width="60" height="50" bgcolor="lightgray"> 1:30 TO 3:00 </td>

<td align="center" width="60" height="50" bgcolor="lightgray"> 1:30 TO 3:00 </td>

<td align="center" width="60" height="50" bgcolor="lightgray"> 4:30 TO 6:00 </td>

<td align="center" width="60" height="50" bgcolor="lightgray"> 7:30 TO 9:00 </td>

</tr>

</table>

<h1 align="center"> My Skills </h1>

<table border="2" width="700" height="30" align="center">

<tr>

<td width="100" height="50" align="center"> <b> HTML </b> </td>

<td width="500" height="30" bgcolor="lavender" align="center"> <b> 70% </b> </td>


</tr>

</table>

<table border="2" width="700" height="30" align="center">

<tr>

<td width="100" height="50" align="center"> <b> CSS </b> </td>

<td width="500" height="30" bgcolor="lavender" align="center"> <b> 50% </b> </td>

</tr>

</table>

<table border="2" width="700" height="30" align="center">

<tr>

<td width="100" height="50" align="center"> <b> JavaScrip </b> </td>

<td width="500" height="30" bgcolor="lavender" align="center"> <b> 40% </b> </td>

</tr>

</table>

<div class="c1" id="contact" align="center" bgcolor="green">

<h1 class=c2> Contact Me </h1>

<h3> <b> Lets get in touch. </b> </h3>

<form width="100" length="50">

<button width="100" length="50">

<input class="cn" type="text" placeholder="Name" required name="Name" >


<input class="cn" type="text" placeholder="Email" required name="Email">

<input class="cn" type="text" placeholder="Subject" required name="Subject">

<input class="cn" type="text" placeholder="Comment" required name="Comment">

<button class="cn" type="submit"> SEND MESSAGE

</button>

</form>

</div>

<p> <br> </br> </p>

<footer class="cls">

<img src="pic1122.jpg" height="400" width="1230">

</footer>

</body>

</html>

You might also like