Skip to Content
Web Design in a Nutshell, 3rd Edition
book

Web Design in a Nutshell, 3rd Edition

by Jennifer Robbins
February 2006
Intermediate to advanced
826 pages
63h 42m
English
O'Reilly Media, Inc.
Content preview from Web Design in a Nutshell, 3rd Edition

In this example (Figure 15-6), only one operating system may be selected. The checked attribute makes the button “on” by default when the page loads. Only data from the “on” radio button is sent when the form is submitted.

    <p>Which of the following operating systems have you used?</p>
    <inputtype="radio" name="os" value="WinXP" /> Windows XP
    <input type="radio" name="os" value="Linux" /> Linux
    <input type="radio" name="os" value="OSX" checked="checked" /> Macintosh OSX
    <input type="radio" name="os" value="DOS" /> DOS
Only one radio button in a group may be selected

Figure 15-6. Only one radio button in a group may be selected

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Responsive Web Design with HTML5 and CSS3

Beginning Responsive Web Design with HTML5 and CSS3

Jonathan Fielding

Publisher Resources

ISBN: 0596009879Errata Page