HTML and CSS Reference
In-Depth Information
this.topCount=document.checkRadio.length-2;
for(var count=0;count < this.topCount;count++)
if(document.checkRadio.elements[count]. checked )
{
this.countVal+=document.checkRadio.elements[count]. value + ”\n” ;
}
document.checkRadio.outNow. value =this.countVal;
}
</ script >
< style type = ”text/css” >
/* 735840,733119,BF5D39,352D1B,C0B787 */
body {
background-color:#C0B787;
color:#733119;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin-left:20px;
}
h1 {
font-family:”Arial Black”, Gadget, sans-serif;
color:#733119;
}
h2 {
color:#BF5D39;
}
h3 {
color:#BF5D39;
}
#dataEntry {
display:table;
}
#lang {
display:table-cell;
width:200px;
}
#out {
display:table-cell;
width:300px;
}
aside {
display:table-cell;
width:250px;
}
</ style >
< meta http-equiv = ”Content-Type” content = ”text/html; charset=UTF-8” >
< title > Click-2-Choose </ title >
</ head >
< body >
<article>
<header>
< h1 > E-Z Selections </ h1 >
298
 
Search WWH ::




Custom Search