HTML and CSS Reference
In-Depth Information
< textarea name =outNow rows = 10 cols = 40 ></ textarea >
</ fieldset >
</ div >
</section>
<section>
< div >
< p >
< input type =button name =getEm value = ”Relay your selections”
onClick = ”FormMaster.resolveForm()” >
</ p >
</ div >
</section>
</ form >
</ div >
</article>
</ body >
</ html >
Although that's a bit long, most of it was formatting so that it looks halfway decent and it's
easy for users. h e <fieldset> tag was used to highlight a group of buttons and to encap-
sulate the output window. It's a great tag to use when you want to group elements. h e
<legend> tag allows you to place a label in the enclosing rectangle around the i eld set.
Figure 14-5 shows what you can expect to see when you load the page.
300
Figure 14-5: Check boxes and radio buttons.
 
Search WWH ::




Custom Search