kmcclusk%netscape.com 5a8fd0f06d Added button to test_pr.html
git-svn-id: svn://10.0.0.236/trunk@16176 18797224-902f-48f8-a5cc-f745e15eee43
1998-12-10 19:43:59 +00:00

14 lines
509 B
HTML

<html>
<head>
</head>
<body>
<P style="border-style:inset;">this is some text</P>
<FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search" NAME="searchform">
<input type=submit style="border-style:inset;" value="button">
<label><input type=checkbox style="width:11px; height:11px; border-color:gray; border-width:2; border-style:inset; background-color:yellow; color:green;" name=check1 checked>checkbox 1</label>
<label><input type=radio name=radio1 checked>radiobox 1</label>
</form>
</body>
</html>