This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta name="robots" content="noindex, nofollow"> | |
<meta name="googlebot" content="noindex, nofollow"> | |
<script type="text/javascript" src="/js/lib/dummy.js"></script> | |
<script type="text/javascript" src="https://api.bistri.com/bistri.conference.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> | |
<style type="text/css"> | |
.pane { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><meta charset="utf-8"></head> | |
<body> | |
<title>opentok videocalling</title> | |
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script> | |
<script> | |
var apiKey = "45898662"; //it is the unique API Key | |
var sessionId = "2_MX40NTg5ODY2Mn5-MTQ5ODE0MzMxMzM3NX5MTDNVRWNTS2lRSzR5dGxNblJ6T1NSd1R-fg"; //it is open talk session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<title>ONLINE CALCULATOR</title> | |
</head> | |
<body style="background-color:#FA8072;"> | |
<CENTER><h1> ONLINE CALCULATOR</h1></CENTER> | |
<center> | |
<FORM NAME="Calc"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<p>JavaScript can change the color.</p> | |
<h5 onmouseover="changecolor1()">red</h5> | |
<h5 onmouseover="changecolor2()">yellow</h5> | |
<h5 onmouseover="changecolor3()">blue</h5> | |
<h5 onmouseover="changecolor4()">orange</h5> | |
<h5 onmouseover="changecolor5()">pink</h5> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE XHTML> | |
<html> | |
<head> | |
<title>XHTML PROGRAM | |
</title> | |
</head> | |
<body> | |
<p>Note:-This was my first <span style="color:red"> XHTML</span> program</p> | |
<center><h2>XHTML</h2></center> | |
<table border="2" cellspacing="10" cellpadding="40"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<body> | |
<p id="demo"></p> | |
<script type="text/javascript"> | |
var i=50; | |
var j=5; | |
var a=window.setInterval(myFun1,100); | |
document.getElementById("demo").innerHTML="Anand"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>ENGLISH TO PIG LATIN</title> | |
<u> | |
<h1 style="color:blue">CONVERT FROM ENGLISH TO PIG LATIN</h1> | |
</u> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><title>AREACODEOFNUMBER</title></head> | |
<body> | |
<input type="text" id="demo1"></input> | |
<br> | |
<button type="button" onclick="function1()">clickhere</button> | |
</br> | |
<br> | |
<p>area code is shown here:-</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title> | |
CHARACTERS | |
</title> | |
<head> | |
</head> | |
<body > | |
<center> | |
<h2 style="color:Brown">ENTER WORD CONTAINING 5 CHARACTERS</h2> | |
<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Fibonacci series</title> | |
<script> | |
function getFibonacci() | |
{ | |
//get the limit from textbox |
OlderNewer