SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
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;
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;
       }
</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"
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 ! ");
}}


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"
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"
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 {
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
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"
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()
{//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"
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" &&
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">
<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>
<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>
<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')">
</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">
<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">
<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>
<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>
<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')">
</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">
<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>
<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">
<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
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>
Output :
Kishan Phadte's HTML Cross word

Más contenido relacionado

Destacado (15)

Geo
GeoGeo
Geo
 
Chap08 project quality management
Chap08 project quality  managementChap08 project quality  management
Chap08 project quality management
 
Presentasi Kelistrikan RHVAC
Presentasi Kelistrikan RHVACPresentasi Kelistrikan RHVAC
Presentasi Kelistrikan RHVAC
 
Personal website
Personal websitePersonal website
Personal website
 
Android a glimpse by kishan phadte(BCA, Third Year undergraduate at DM's Col...
Android a glimpse by kishan phadte(BCA, Third Year undergraduate at  DM's Col...Android a glimpse by kishan phadte(BCA, Third Year undergraduate at  DM's Col...
Android a glimpse by kishan phadte(BCA, Third Year undergraduate at DM's Col...
 
Ajbmr 16 10i1n9a10
Ajbmr 16 10i1n9a10Ajbmr 16 10i1n9a10
Ajbmr 16 10i1n9a10
 
Joseph kony
Joseph konyJoseph kony
Joseph kony
 
Chap01 introduction to project management
Chap01 introduction to project managementChap01 introduction to project management
Chap01 introduction to project management
 
Spiders
SpidersSpiders
Spiders
 
Lock picking
Lock pickingLock picking
Lock picking
 
Javascript quiz
Javascript quizJavascript quiz
Javascript quiz
 
Chap06 project time management
Chap06 project time managementChap06 project time management
Chap06 project time management
 
Chap09 project human resource management
Chap09 project human resource managementChap09 project human resource management
Chap09 project human resource management
 
Chap04 project integration management
Chap04 project integration managementChap04 project integration management
Chap04 project integration management
 
Chap12 project procurement management
Chap12 project procurement managementChap12 project procurement management
Chap12 project procurement management
 

Similar a Kishan Phadte's HTML Cross word

Java.script
Java.scriptJava.script
Java.scriptg Nama
 
Fcontratos
FcontratosFcontratos
Fcontratoskarlloss
 
Ôn tập KTTMDT
Ôn tập KTTMDTÔn tập KTTMDT
Ôn tập KTTMDTmrcoffee282
 
Date difference[1]
Date difference[1]Date difference[1]
Date difference[1]shafiullas
 
Postlet June1709
Postlet June1709Postlet June1709
Postlet June1709bnbanmare
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publiEddy_TKJ
 
[SI] Ada Lovelace Day 2014 - Tampon Run
[SI] Ada Lovelace Day 2014  - Tampon Run[SI] Ada Lovelace Day 2014  - Tampon Run
[SI] Ada Lovelace Day 2014 - Tampon RunMaja Kraljič
 
C++ adt c++ implementations
C++   adt c++ implementationsC++   adt c++ implementations
C++ adt c++ implementationsRex Mwamba
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivityMouli Chandira
 
The Ring programming language version 1.6 book - Part 45 of 189
The Ring programming language version 1.6 book - Part 45 of 189The Ring programming language version 1.6 book - Part 45 of 189
The Ring programming language version 1.6 book - Part 45 of 189Mahmoud Samir Fayed
 
Radio codigo html
Radio codigo htmlRadio codigo html
Radio codigo htmlYelina Diaz
 
Reason - introduction to language and its ecosystem | Łukasz Strączyński
Reason - introduction to language and its ecosystem | Łukasz StrączyńskiReason - introduction to language and its ecosystem | Łukasz Strączyński
Reason - introduction to language and its ecosystem | Łukasz StrączyńskiGrand Parade Poland
 

Similar a Kishan Phadte's HTML Cross word (20)

RCEC Email 3.5.03
RCEC Email 3.5.03RCEC Email 3.5.03
RCEC Email 3.5.03
 
Coding part
Coding partCoding part
Coding part
 
Theme verdadeiro
Theme verdadeiroTheme verdadeiro
Theme verdadeiro
 
Java.script
Java.scriptJava.script
Java.script
 
Html
HtmlHtml
Html
 
Fcontratos
FcontratosFcontratos
Fcontratos
 
RCEC Email 8.14.03
RCEC Email 8.14.03RCEC Email 8.14.03
RCEC Email 8.14.03
 
Ôn tập KTTMDT
Ôn tập KTTMDTÔn tập KTTMDT
Ôn tập KTTMDT
 
Date difference[1]
Date difference[1]Date difference[1]
Date difference[1]
 
Postlet June1709
Postlet June1709Postlet June1709
Postlet June1709
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
 
Tmx9
Tmx9Tmx9
Tmx9
 
[SI] Ada Lovelace Day 2014 - Tampon Run
[SI] Ada Lovelace Day 2014  - Tampon Run[SI] Ada Lovelace Day 2014  - Tampon Run
[SI] Ada Lovelace Day 2014 - Tampon Run
 
Lab final
Lab finalLab final
Lab final
 
Convidar para page !!
Convidar para page !!Convidar para page !!
Convidar para page !!
 
C++ adt c++ implementations
C++   adt c++ implementationsC++   adt c++ implementations
C++ adt c++ implementations
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivity
 
The Ring programming language version 1.6 book - Part 45 of 189
The Ring programming language version 1.6 book - Part 45 of 189The Ring programming language version 1.6 book - Part 45 of 189
The Ring programming language version 1.6 book - Part 45 of 189
 
Radio codigo html
Radio codigo htmlRadio codigo html
Radio codigo html
 
Reason - introduction to language and its ecosystem | Łukasz Strączyński
Reason - introduction to language and its ecosystem | Łukasz StrączyńskiReason - introduction to language and its ecosystem | Łukasz Strączyński
Reason - introduction to language and its ecosystem | Łukasz Strączyński
 

Último

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 

Último (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

Kishan Phadte's HTML Cross word

  • 1. 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;
  • 2. 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; }
  • 3. </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"
  • 4. 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 ! ");
  • 5. }} 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"
  • 6. 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"
  • 7. 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 {
  • 8. 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
  • 9. 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"
  • 10. 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()
  • 11. {//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"
  • 12. 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" &&
  • 13. 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">
  • 14. <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>
  • 15. <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>
  • 16. <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')">
  • 17. </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">
  • 18. <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">
  • 19. <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>
  • 20. <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>
  • 21. <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')">
  • 22. </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">
  • 23. <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>
  • 24. <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">
  • 25. <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
  • 26. 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>