a) <legend>
b) <fieldset>
c) <label>
d) <select>
Answer: b
Explanation: For grouping form controls together we use <fieldset> element. Fieldset is shown with a line around edge. Appearance can be adjusted by CSS.
Related Posts
Which option is not available in HTMLMinifier?
HTMLMinifier is written in ________
CSSMin is written in ___________
Which compressor gives maximum GZIPPED compression?
YUI compressor is written in ____________
Which one has the most potential for minification?
Form validation traditionally was performed by ___________
Join The Discussion