<div class="qheader"> 1) What is the difference between a jungle and a rain forest?</div> <div class="qselections"> <input type="radio" value="a" name="question1">a) No difference. Simply two different ways in referring to the same thing.<br> <input type="radio" value="b" name="question1">b) A jungle in general receives less rain than a rain forest.<br> <input type="radio" value="c" name="question1">c) A jungle refers to the thickest area of a rain forest<br> <input type="radio" value="d" name="question1">d) A jungle and a rain forest each contain their own group of distinct plants and animals.<br> </div>
<br>
<h2>document.write用法</h2> <Script type ="text/javascript"> document.write("Hello world!!"); </Script> </body> </html>