,
Share with your friends 

MY CREATION

5 ratings Views 203 
Author: PREMKUMAR_d1fef07a (PREMKUMAR R)  View Profile |  View other solutions by this author

Question / Problem


CREATING SIMPLE WEB PAGE USING HYPER TEXT MARKUP LANGUAGE

Solution

<html>

<head>


<title> Simplwebpage</title></head>


<body bgcolor ="gray">

<b><center><h1><big><font color="pink"/>

<img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\cmc.jpg"/><br>

CMC LTD</b></center></h1></big></FONT>
     <hr width="75%" color="#ff0000" size="4" />

<center><h5><b><FONT COLOR="BLACK">A TATA ENTERPRISE</B></H5></CENTER></FONT>
<hr>

<img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\back.jpg" width="1235" height="100"/>
<hr>

<H3><strong><center><u>Emplyoee Details</center></u></strong></h2>

<center><a href="http://www.cmcltd.com/">ABOUT CMC LTD</center></a>

<h2>

<font color="black">


<form>


 Employee Id:

  <input type= "text" name="empid"/><br/><br/>

 Employee Name:

 <input type="text" name ="empname"/>

<br><br>

Gender:<br><br>

<input type="radio" name ="Gender" value="Male">Male<t>

<input type="radio" name ="Gender" value="Female">Female<br><br>

Dob:

<input type="text" name="date"/><br><br>

Age:
<select>

<option>21-25</option>
<option selected>25-28</option>
<option>28-35</option>
<option>35 Above</option></select>
<br>
<br>

Marital status:<br><br>

  <input type="radio" name="MS" value ="married">Married

<input type="radio" name="MS" value="Single">Single
<br><br>

Department:
<select>
<option>IT</option>
<option selected>ITES</option>
<option>BPO</option>
<option>KPO</option>
<option>Others</option></select>

<br><br>

Designation:(Only for ITES)
<select>
<option>QC</option>
<option selected>Analysit</option>
<option>Project Manager</option>
</select><br><br>
<center>

</FONT>

</form>




<head>

<script language="Javascript">



function insertrec()



{

var i=confirm("DO u like to Insert the new record!");



if(i==true)

{

alert (" Record inserted sucessfully!");

}

else

{

alert(" No Record inserted");

}

}

</script>

</head>

<body>

<form>

<input type="submit" value="Submit" onclick="insertrec()" />

</form>

</body>
<t>

<head>

<script language="Javascript">



function del()

{

var i=confirm("Are u sure do u want delete this record!");

if(i==true)

{

alert (" Record delete sucessfully!");

}

else

{

alert(" No Record deleted");

}

}

</script>

</head>

<body>

<form>

<input type="button" value="Delete" onclick="del()" />

</form>

</body>













<marquee bgcolor="BLACK" loop="1" scrollamount="2" width="100%"><FONT COLOR="YELLOW"/>COMPUTER MAINTENANCE AND CORPORATION  </FONT></marquee>





</body>

</html>



Applies to

HTML

Rank It

Login to rank it

Report


Advertisement