The radio buttons do not work.
Code:<html> <body> Bryan's Quiz <br /> <img src="http://loriworks.webatu.com/wikitest/images/Bryan.png" /> <br /> <br /> Hi there! I'm bryan, I have given you tips in this tutorial, now its time to see how you did! <br /> Just simply answer the question, and click submit once all questions were answered! <br /> Here we go! <br /> <br /> <form action=""> <div> Which is the <b>WRONG</b> way of listing tables? <br /> A. <input type="radio" name="A1" value="1" > A = {"lol", "This", "Is", "Fun"} <br> B. <input type="radio" name="B1" value="1" > A = {"lol," "This," "Is," "Fun"} </div> <br /> <div> Which is the <b>RIGHT</b> way of defining tables? <br /> A. <input type="radio" name="A2" value="2" /> A = {"lol", "This", "Is", "Fun"} <br> B. <input type="radio" name="B2" value="2" /> A {"lol", "This", "Is", "Fun"} </div> </form> </body> </html>


Reply With Quote

Bookmarks