28
Crossword ……. created by KISHAN PHADTE SOURCE CODE OF CROSSWORD PUZZLE <html> <head> <style type="text/css"> input:focus { background-color:lightyellow; font-weight: bold; font-size: larger} input{ font-weight: bold; font-size:medium; text-align:center;

Kishan Phadte's HTML Cross word

Embed Size (px)

DESCRIPTION

A simple Crossword puzzle developed using HTML, CSS and Javascript with one cool function.... Make good use of it.....n "LIKE " it....if u found it useful

Citation preview

Page 1: Kishan Phadte's HTML Cross word

Crossword

……. created by KISHAN PHADTE

SOURCE CODE OF CROSSWORD PUZZLE

<html>

<head>

<style type="text/css">

input:focus

{ background-color:lightyellow;

font-weight: bold;

font-size: larger}

input{ font-weight: bold;

font-size:medium;

text-align:center;

Page 2: Kishan Phadte's HTML Cross word

text-transform:capitalize;

cursor:pointer;

display:inline;}

body {background-color:greenyellow;}

.oyPuzzleCell {

background-color: #03bcdd;

}

.oyPuzzle { padding: 8px;

border-collapse: collapse;

}

.oyPanelDiv {

font-family:Arial;

background-color: #F7F7FF;

padding: 4px;

text-align: center;

font-weight: bold;

}

.oyListSpacer{

background-color: #E0E0E0;

height: 1px;

}

.oyListNormal {

padding: 2px;

color: #737573;

FONT-SIZE:12;

}

Page 3: Kishan Phadte's HTML Cross word

</style>

<script language="javascript">

//moving the cursor onto the next field BRAHMASTRA OF PUZZLE...

function kishan(field,nextFieldID)

{

if(field.value.length >= field.maxLength)

document.getElementById(nextFieldID).focus();

}

// function end YUMMY YUMMY....

function sib()

{//ONE

if(t1.value +t2.value +t3.value +t4.value +t5.value +t6.value +t7.value +t8.value =="siberian")

{

t1.style.background="lime"

t2.style.background="lime"

t3.style.background="lime"

t4.style.background="lime"

t5.style.background="lime"

t6.style.background="lime"

t7.style.background="lime"

t8.style.background="lime"

alert("Siberian is CORRECT");

}

else {

t1.style.background="red"

t1.style.background="red"

t3.style.background="red"

Page 4: Kishan Phadte's HTML Cross word

t4.style.background="red"

t5.style.background="red"

t6.style.background="red"

t7.style.background="red"

t8.style.background="red"

alert("Incorrect !");

}}

function bro()

{ //two

if(t3.value +t9.value +t11.value +t19.value +t26.value =="brown")

{

t3.style.background="lime"

t9.style.background="lime"

t11.style.background="lime"

t19.style.background="lime"

t26.style.background="lime"

alert("Brown is CORRECT");

}

else

{

t3.style.background="red"

t9.style.background="red"

t11.style.background="red"

t19.style.background="red"

t26.style.background="red";

alert("Incorrect ! ");

Page 5: Kishan Phadte's HTML Cross word

}}

function ind()

{//three

if(t10.value +t18.value +t25.value +t33.value +t37.value =="india")

{

t10.style.background="lime"

t18.style.background="lime"

t25.style.background="lime"

t33.style.background="lime"

t37.style.background="lime"

alert("India is CORRECT");}

else

{

t10.style.background="red"

t18.style.background="red"

t25.style.background="red"

t33.style.background="red"

t37.style.background="red"

alert("Incorrect !");

}}

function twe()

{//four

if(t12.value +t13.value +t14.value +t15.value +t16.value +t17.value =="twelve")

{

t12.style.background="lime"

Page 6: Kishan Phadte's HTML Cross word

t13.style.background="lime"

t14.style.background="lime"

t15.style.background="lime"

t16.style.background="lime"

t17.style.background="lime"

alert("Twelve is CORRECT");}

else

{

t12.style.background="red"

t13.style.background="red"

t14.style.background="red"

t15.style.background="red"

t16.style.background="red"

t17.style.background="red"

alert("Incorrect !");

}}

function eas()

{//five

if(t17.value +t24.value +t32.value +t36.value +t45.value +t48.value +t57.value +t63.value

=="eastasia")

{

t17.style.background="lime"

t24.style.background="lime"

t32.style.background="lime"

t36.style.background="lime"

t45.style.background="lime"

Page 7: Kishan Phadte's HTML Cross word

t48.style.background="lime"

t57.style.background="lime"

t63.style.background="lime"

alert("Eastasia is CORRECT");}

else

{

t17.style.background="red"

t24.style.background="red"

t32.style.background="red"

t36.style.background="red"

t45.style.background="red"

t48.style.background="red"

t57.style.background="red"

t63.style.background="red"

alert("Incorrect !");}

}

function h2o()

{//six

if(t19.value +t20.value +t21.value +t22.value +t23.value =="water"){

t19.style.background="lime"

t20.style.background="lime"

t21.style.background="lime"

t22.style.background="lime"

t23.style.background="lime"

alert("Water is CORRECT");}

else {

Page 8: Kishan Phadte's HTML Cross word

t19.style.background="red"

t20.style.background="red"

t21.style.background="red"

t22.style.background="red"

t23.style.background="red"

alert("Incorrect !");

}}

function nig()

{//seven

if(t26.value +t27.value +t28.value +t29.value +t30.value =="night"){

t26.style.background="lime"

t27.style.background="lime"

t28.style.background="lime"

t29.style.background="lime"

t30.style.background="lime"

alert("Nightis CORRECT");}

else {

t26.style.background="red"

t27.style.background="red"

t28.style.background="red"

t29.style.background="red"

t30.style.background="red"

alert("Incorrect !");

}}

function moh()

{//eight

Page 9: Kishan Phadte's HTML Cross word

if(t31.value +t35.value +t44.value +t47.value +t56.value=="mohan")

{ t31.style.background="lime"

t35.style.background="lime"

t44.style.background="lime"

t47.style.background="lime"

t56.style.background="lime"

alert("Mohan is CORRECT");}

else {

t31.style.background="red"

t35.style.background="red"

t44.style.background="red"

t47.style.background="red"

t56.style.background="red"

alert("Incorrect !");

}}

function man()

{//nine

if(t34.value +t43.value +t46.value=="man")

{

t34.style.background="lime"

t43.style.background="lime"

t46.style.background="lime"

alert("Man is CORRECT");}

else {

t34.style.background="red"

Page 10: Kishan Phadte's HTML Cross word

t43.style.background="red"

t46.style.background="red"

alert("Incorrect !");

}}

function amb()

{//ten

if(t37.value +t38.value +t39.value +t40.value +t41.value +t42.value=="ambush")

{

t37.style.background="lime"

t38.style.background="lime"

t39.style.background="lime"

t40.style.background="lime"

t41.style.background="lime"

t42.style.background="lime"

alert("Ambush is CORRECT");}

else {

t37.style.background="red"

t38.style.background="red"

t39.style.background="red"

t40.style.background="red"

t41.style.background="red"

t42.style.background="red"

alert("Incorrect !");

}}

function mia()

Page 11: Kishan Phadte's HTML Cross word

{//eleven

if(t49.value +t50.value +t51.value +t52.value +t53.value +t54.value +t55.value =="miacids")

{

t49.style.background="lime"

t50.style.background="lime"

t51.style.background="lime"

t52.style.background="lime"

t53.style.background="lime"

t54.style.background="lime"

t55.style.background="lime"

alert("Miacids is CORRECT");}

else {

t49.style.background="red"

t50.style.background="red"

t51.style.background="red"

t52.style.background="red"

t53.style.background="red"

t54.style.background="red"

t55.style.background="red"

alert("Incorrect !");

}}

function whi()

{//twelve

if(t58.value +t59.value +t60.value +t61.value +t62.value=="white")

{ t58.style.background="lime"

t59.style.background="lime"

Page 12: Kishan Phadte's HTML Cross word

t60.style.background="lime"

t61.style.background="lime"

t62.style.background="lime"

alert("Whiteis CORRECT");}

else

{ t58.style.background="red"

t59.style.background="red"

t60.style.background="red"

t61.style.background="red"

t62.style.background="red"

alert("Incorrect !");

}}

function khatarnak()

{

if(t1.value +t2.value +t3.value +t4.value +t5.value +t6.value +t7.value +t8.value =="siberian"

&&

t3.value +t9.value +t11.value +t19.value +t26.value =="brown" &&

t10.value +t18.value +t25.value +t33.value +t37.value =="india" &&

t12.value +t13.value +t14.value +t15.value +t16.value +t17.value =="twelve" &&

t17.value +t24.value +t32.value +t36.value +t45.value +t48.value +t57.value +t63.value

=="eastasia" &&

t19.value +t20.value +t21.value +t22.value +t23.value =="water" &&

t26.value +t27.value +t28.value +t29.value +t30.value =="night" &&

t31.value +t35.value +t44.value +t47.value +t56.value=="mohan" &&

t34.value +t43.value +t46.value=="man" &&

Page 13: Kishan Phadte's HTML Cross word

t37.value +t38.value +t39.value +t40.value +t41.value +t42.value=="ambush" &&

t49.value +t50.value +t51.value +t52.value +t53.value +t54.value +t55.value =="miacids" &&

t58.value +t59.value +t60.value +t61.value +t62.value=="white")

{

alert("CONGRATULATIONS...!!");}

else {alert("Please finish the Crossword")}}

//Programmer KISHAN PHADTE .....

//T.Y.BCA ROLL NO:26

//SAARI UMR HUM MAR MARKE JI LIYE , EK PAL TO AB HUME JEENE DO ,JEENE

DO...........

//NA..NA.NANA...NANA..NA..NANANA..........

</SCRIPT>

</head>

<table width="871" height="0" border="0" cellpadding="0" cellspacing="0"

bordercolor="#993300" bgcolor="#FFFFCC" class="oyFrame">

<tbody>

<tr>

<td width="553" align="center" valign="top" bordercolor="#993300" bgcolor="#FF9900"

class="oyPuzzleCell">

<div align="center" style="width: 500px; ">

<div align="center">

Page 14: Kishan Phadte's HTML Cross word

<h3 align="center"><font size="7"><strong><em><font

color="#FF9900">T</font><font color="#000000">I</font><font

color="#FF9900">G</font><font color="#000000">E</font><font color="#FF9900">R</font>

T<font color="#FF9900">R</font>I<font color="#FF9900">V</font>I<font

color="#FF9900">A

</font><font color="#FF0000">CROSS</font><font

color="#0000FF">WORD</font></em></strong></font></h3>

</div>

</div>

<div class="oyPuzzle" id="oygPuzzle" style="width: 500px; ">

<table width="11%" height="410" border="1" cellpadding="0" cellspacing="0"

bordercolor="#000000" bgcolor="#000000">

<!--LayoutTable-->

<tr align="right" valign="bottom" bordercolor="#000000">

<td title="CLUE 1:Siberia" width="16" height="2" bgcolor="#FFFFFF"> <div

align="right"><font size="2">1</font>

<font size="2">

<input id="t1" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t2')" >

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t2" type="text" size="1" maxlength="1"onkeyup="kishan(this,'t3')">

</font></div></td>

<td width="10" title="CLUE 2: COFFEE COLOUR / TYPE OF BREAD" height="2"

bgcolor="#FFFFFF"> <div align="right"><font size="2">2</font>

<font size="2">

<input id="t3" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t4')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t4" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t5')">

</font></div></td>

Page 15: Kishan Phadte's HTML Cross word

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t5" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t6')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t6" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t7')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t7" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t8')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t8" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t9')">

</font></div></td>

<td width="10" height="2"> <div align="right"> </div></td>

<td width="24" height="2" bgcolor="#000000"> <div align="right"></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" height="2" bgcolor="#000000"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" title="" height="2" bgcolor="#FFFFFF"> <div align="right"><font

size="2">

<input id="t9" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t11')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="9" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

Page 16: Kishan Phadte's HTML Cross word

<td width="24" height="2"> <div align="right"></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" title=" CLUE 3: OUR MOTHERLAND" height="2"

bgcolor="#FFFFFF"> <div align="right"><font size="2">3</font>

<font size="2">

<input id="t10" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t18')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t11" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t19')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="9" title=" CLUE 4:TWO eyes ____ hands" height="2"

bgcolor="#FFFFFF"> <div align="right"><font size="2">4

<input id="t12" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t13')">

</font> </div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t13" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t14')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t14" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t15')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t15" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t16')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t16" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t17')">

Page 17: Kishan Phadte's HTML Cross word

</font></div></td>

<td width="24" title=" CLUE 5: Sunrise of Asia "height="2" bgcolor="#FFFFFF">

<div align="right"><font size="2">5</font>

<font size="2">

<input id="t17" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t24')">

</font></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t18" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t25')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" title=" CLUE 6: H2O " height="2" bgcolor="#FFFFFF"> <div

align="right"><font size="2">6</font>

<font size="2">

<input id="t19" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t26')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t20" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t21')">

</font></div>

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t21" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t22')">

</font> </div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t22" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t23')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

Page 18: Kishan Phadte's HTML Cross word

<input id="t23" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t27')">

</font></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t24" type="text" size="2" maxlength="1"onkeyup="kishan(this,'t32')">

</font></div></td>

</tr>

<tr align="right" valign="bottom">

<td width="16" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t25" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t33')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" title=" CLUE 7: Opposite of Day"height="2" bgcolor="#FFFFFF">

<div align="right"><font size="2">7</font>

<font size="2">

<input id="t26" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t10')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t27" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t28')">

</font></div></td>

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t28" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t29')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t29" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t30')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

Page 19: Kishan Phadte's HTML Cross word

<input id="t30" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t31')">

</font></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="10" title=" CLUE 8: Name of Lord Krishna" height="2"

bgcolor="#FFFFFF"> <div align="right"><font size="2">8</font>

<font size="2">

<input id="t31" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t35')">

</font></div></td>

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t32" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t36')">

</font></div></td>

</tr>

<tr align="right" valign="bottom">

<td width="16" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t33" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t37')">

</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="9" height="2"> <div align="right"><font

size="2">&nbsp;</font></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" title=" CLUE 9:---- V/s WILD" height="2" bgcolor="#FFFFFF"> <div

align="right"><font size="2">9</font>

<font size="2">

<input id="t34" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t43')">

</font></div></td>

Page 20: Kishan Phadte's HTML Cross word

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t35" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t44')">

</font></div></td>

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t36" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t45')">

</font></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" title=" CLUE 10: Sudden enemy attack" height="2"

bgcolor="#FFFFFF"> <div align="right"><font size="2">10</font>

<font size="2">

<input id="t37" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t12')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t38" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t39')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t39" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t40')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t40" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t41')">

</font></div></td>

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t41" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t42')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t42" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t49')">

</font></div></td>

Page 21: Kishan Phadte's HTML Cross word

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t43" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t46')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t44" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t47')">

</font></div></td>

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t45" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t48')">

</font></div></td>

</tr>

<tr align="right" valign="bottom" >

<td width="16" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="9" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t46" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t38')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t47" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t56')">

</font></div></td>

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t48" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t57')">

Page 22: Kishan Phadte's HTML Cross word

</font></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" title=" CLUE 11: Prehistoric Animal" height="2" bgcolor="#FFFFFF">

<div align="right"><font size="2">11</font>

<font size="2">

<input id="t49" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t50')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t50" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t51')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t51" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t52')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t52" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t53')">

</font></div></td>

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t53" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t54')">

</font> </div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t54" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t55')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t55" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t58')">

</font></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

Page 23: Kishan Phadte's HTML Cross word

<input id="t56" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t34')">

</font></div></td>

<td width="24" height="1" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t57" type="text" size="2" maxlength="1" onkeyup="kishan(this,'t63')">

</font></div></td>

</tr>

<tr align="right" valign="bottom" bordercolor="#000000">

<td width="16" title=" CLUE 12: Milk color" height="2" bgcolor="#FFFFFF"> <div

align="right"><font size="2">12</font>

<font size="2">

<input id="t58" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t59')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t59" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t60')">

</font></div></td>

<td width="10" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t60" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t61')">

</font></div></td>

<td width="6" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t61" type="text" size="1" maxlength="1" onkeyup="kishan(this,'t62')">

</font></div></td>

<td width="9" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t62" type="text" size="1" maxlength="1">

</font> </div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="6" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

<td width="10" height="2"> <div align="right"></div></td>

Page 24: Kishan Phadte's HTML Cross word

<td width="24" height="2" bgcolor="#FFFFFF"> <div align="right"><font size="2">

<input id="t63" type="text" value="" size="2" maxlength="1"

onkeyup="kishan(this,'t20')">

</font></div></td>

</tr>

</table>

<div class="oyPuzzle" id="oygPuzzle" style="width: 500px;"

BGCOLOR="YELLOWGREEN">

<div align="left">

<input type="button" value="Check" onClick="sib(); bro() ; ind() ; twe() ; eas() ; h2o() ;

nig() ; moh() ; man() ; amb() ; mia() ; whi(); khatarnak()"/>

<center> <p> Click <b>"Check"</b> only if you have finished the

<i><b>CROSSWORD</b></i></p>

<h4>Crossword created by Kishan Phadte I.T.U.S.</h4>

</center>

</div>

</div>

</div>

<td width="318" valign="top" class="oyPanelDiv" id="oygListH">Across :

<table width="307" border="0" cellpadding="0" cellspacing="0" class="oyList">

<tbody>

<tr>

<td width="307" class="oyListNormal" ><b>1.</b> The

largest subspecies of tiger is the _______ Tiger.</td>

</tr>

<tr class="oyListSpacer">

Page 25: Kishan Phadte's HTML Cross word

<td></tr>

<tr>

<td class="oyListNormal" ><b>4.</b> The Bengal Tiger,

asubspecies of tiger primarily found in India, arrived in the

Indian subcontinent approximately______ thousand years ago.</td>

</tr>

<tr class="oyListSpacer">

<td></tr>

<tr>

<td class="oyListNormal" ><p><b>6.</b> Tigers always

want to stay close to ______.</p></td>

</tr>

<tr class="oyListSpacer">

<td></tr>

<tr>

<td class="oyListNormal"><b>7.</b> Tigers usually

hunt at ______.</td>

</tr>

<tr class="oyListSpacer">

<td></tr>

<tr>

<td class="oyListNormal"><strong>10</strong><b>.</b>A

group of Tigers is rare, but when seen together is termed a 'streak'

or an______.</td>

</tr> <tr class="oyListSpacer">

<td></tr><tr>

<td class="oyListNormal" ><b>11.</b> Tigers have descended

Page 26: Kishan Phadte's HTML Cross word

from animals called ______ that lived at the same time when the

dinosaurs roamed the planet.</td>

</tr> <tr class="oyListSpacer"> <td></tr><tr>

<td class="oyListNormal" ><p><b>12.</b> _____ tigers

are a rare form of the Bengal Tiger.</p>

<p>&nbsp;</p>

<p>&nbsp;</p></td>

</tr><tr class="oyListSpacer"> <td height="2"></tr> </tbody> </table>

<table width="307" height="193" class="oyList" >

<tr> <td height="21"class="oyPanelDiv" id="oygListH"><div

align="center"><strong><font size="3">Down:</font></strong></div></td>

</tr> <tr> <td height="16" class="oyListNormal"><b>2.</b> The strips of white tiger are

____ in colour.</td>

</tr> <tr class="oyListSpacer">

<td height="2"></tr>

<tr> <td height="30" class="oyListNormal"><b>3.</b>All wild tigers live in Asia, &amp;

_____

is home to the world`s largest population of wild tigers</td></tr>

<tr class="oyListSpacer"> <td height="2"></tr> <tr>

<td height="16" class="oyListNormal"><b>5.</b> The tiger is considered to have

originated

in ________.</td></tr><tr class="oyListSpacer"> <td height="2"></tr> <tr>

<td height="78" class="oyListNormal"><b>8.</b> There are many white tigers in

captivity.

Almost all of them have descended from a wild white tiger named

_______ that was captured in India in the 1950`s.</td> </tr> <tr class="oyListSpacer">

<td height="2"></tr> <tr> <td class="oyListNormal"><b>9.</b>Other than ______ ,

the tiger has no natural predator.</td>

</tr>

</table> </table></html>

Page 27: Kishan Phadte's HTML Cross word

Output :

Page 28: Kishan Phadte's HTML Cross word