LAB PROGRAMS SITE

Mm&Wd Programs

Home | About Us | Notifications | Os & Sp Programs | UML Programs | Unix Programs | Cn Programs | Mm&Wd Programs | Useful Tips | Imp Sites | Contact Us

On This Page We Imported Some Of Our MM&WD Lab Programs

If Any Corrections In Programs ???  Send Ur Suggestions....

turcar.gif

Program For Using Marquee , Body Color.

<HTML>
<HEAD></HEAD>

<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffff00">
<P>Log On To My Web Sites :<BR> <tittle>www.udaycse.tripod.com<BR>www.udayonline.tripod.com

<br>
<br>
<br>
<br><MARQUEE HEIGHT="204"  tSCROLL=RIGHT><b>
<i>Welcome To My WebSite</MARQUEE>
</P>
<TABLE CELLSPACING=0 BORDER=20 WIDTH=300>
<TR><TD VALIGN="MIDDLE" BGCOLOR="#ffffff">
<MARQUEE>
<P>Designed By Uday</TD></TR><TR><TD VALIGN="MIDDLE" BGCOLOR="GREEN">&nbsp;</TD>
</TR>
</TABLE>
</BODY>
</HTML>

fantdance.gif

Program For Creating A Table

<html>
<head>
<title>Welcome To Al Habeeb
</title>
</head>
<body>
<table border ="2" width="40%">
<caption>Engg Info </caption>
<thread>
<tr><th>BR </th>
    <th>ST </th>
</tr>
</thread>
<tbody>
<tr>
<td>CSE</td>
<td>120</td>
</tr>
<tr>
<td>ECE</td>
<td>120</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>TS</th>
<th>240</th>
</tr>
</tfoot>
</table>
</body>
</html>

 

 

school.gif

Program For Implementing Java Scripts

<html>
<head>
<title>Welcome To Java Script</title>
</head>
<h1>Welcome To Scripting Language Site: </h1>
<script language ="javascript">
funtion wel()
{
alert("javascript is Successfully completed ");
}
</script>
<form>
<input type ="button" value="Click Here" onclick ="wel()">
</input>
</form>
</html>

harebus.gif

Program For Implementing Java Script Arrays

<html>
<head>
<title>Welcome To Java Script</title>
</head>
<script language ="javascript">
function initialize array()
{
var n1=new array[5];
var n2=new array[];

    for(var i=0;i<n1.length;i++)
 n1[i]=i;
 
    for(i=0;i<5;i++)
 n2[i]=i;

output array("Array N1 contains",n1);
output array("Array N2 contains",n2);
}

function outputarray(header,the array)
{
document.writeln("<h2>"+header+"</h2>");
document.writeln("<table border="1" width="100%>");
document.writeln("<tr><td width ='100'><b>subscript</b>"+"<td><b>Valu</b></tr>");

for(var i=0;i<thearray.length;i++)
document.writeln("<tr><td>"+i+"<td>"+ the array[i]+"</tr>");

document.writeln("</table>");
}
</script>
</head>
<body onload ="initialize arrays()">
</body>
</html>

 

church.gif

Program For implementing Java Script Array Objects

<html>
<head>
<title>Initialize Array With Declaration</title>
</head>
<script language ="javascript">
function start()
{
 var colors =new array("Cyan","Magenta","Yellow","Red");
var integers1=[2,4,6,8];
var integers2=[2,1,8];
outputarray("Array Colors Contains",colors);
outputarray("Array integer1 contains",integers1");
outputarray("Array integer2 contains",integers2");
}
function output array(header,tha array)
{
document.writeln("<h2>"+header+"</h2>");
document.writeln("<table border="1" width="100%>");
document.writeln("<tr><td width ='100'><b>subscript</b>"+"<td><b>Valu</b></tr>");
for(var i=0;i<thearray.length;i++)
document.writeln("<tr><td>"+i+"<td>"+ the array[i]+"</tr>");
document.writeln("</table>");
}
</script>
</head>
<body onload ="start()">
</body>
</html>
 

globe.gif

Program For Setting Box

<html>

<head>
<TITLE>IN THIS TEXT IS DIVIDED INTO PARTS IN THIS PAGE</TITLE>

<style type="text/css">
 div {background-color:yellow;margin-bottom:5pt}
</style>

</head>

<body >
<div style="width:20%">THIS IS SOME TEXT wHICH iS DIVIDED.aaaaaaaaaaaaaa</div>
<div style="width:80%; text-align:center">THIS IS SOME TEXT
WHICH IS DIVIDED aaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbb
bccccccccccccccccc dddddddddd</div>
<div style="width:20%; height:30%;overflow:scroll">
THIS IS SOME TEXT Which is divided dsdfioejofjofjo oidjfoisdjfoijafijaoi joajoaj otjojojoiejoiaoKGRJEKDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLL </div>
</body>

</html>

monkey.gif

Program For Importing TextFrame On Picture

<html>
<head>
<title>Importing TextFrame on Pic</title>
</head>
<body>
<img src=" C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Winter.jpg">
<font color=cyan>
<h1 style="position:absolute; top:50px;left:300px; z-index:3">
 CSE</h1>
</body>
</html>

music.gif

Linking Program

<html>
<head>
<style type="text/css">
EM {font-size:30pt;background-color:blue; color:white}
h5 {font-family:Arial;sans-serif}
h1 {font-family:TimesNewRomans}
P  {font-size:20pt}
.blue {color:green}
</style>
<link rel="stylesheet" type="text/css" href="css2.css">
</head>
<body>
<P class="blue">this is just 4 testing <h1 class="blue"> SECOND 
</h1> <EM> Welcome to Our Web Site </EM>
</P>
<a href="C:\Documents and Settings\User\My Documents\css\css1.html">click me </a>
</body>

</html>

wind.gif

BackGround Picture Program


<html>
<head>
<style type="text/css">
 body {background-image: C:\WINDOWS\Web\b.gif;
 background-position:bottom right}
 p    {font-size:20pt;color:cyan;font-family:arial}
</style>
</head>
<body background= "C:\WINDOWS\Web\Wallpaper\Azul.jpg">
<p>THIS IS TEXT ON PIC</P>
</body>
</html>

fall.gif

Program For Using Marquee,Body color .....

<html>
<head>
<style type="text/css">
EM {font-size:30pt;background-color:blue; color:white}
h5 {font-family:Arial;sans-serif}
h1 {font-family:TimesNewRomans}
P  {font-size:20pt}
marquee  {background-color:yellow;color:red}
.blue {color:green}
</style>
</head>
<body>
<P class="blue">this is just 4 testing <h1 class="blue" >
 SAMPLE </h1><EM>Welcome To Computer Department Site </EM>
</P>
<marquee>IV CSE </marquee>
<marquee>IV CSEIT </marquee>
</body>

</html>

Coded & UpLoaded By ~~~>  Uday

india_fl_md_wht.gif

UDAY TECHNOLOGIES