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

Name

button

Synopsis

<button>...</button>

Defines a “button” that functions similarly to buttons created with the input element but allows for richer rendering possibilities. Buttons can contain content such as text and images (but not image maps).

Attributes

Core(id, class, style, title), Internationalization, Events, Focus(accesskey, tabindex, onfocus, onblur)

disabled="disabled"

Indicates that the form button is initially nonfunctional.

name=" text "

Required. Assigns the control name for the element.

value=" text "

Assigns the value to the button control. The behavior of the button is determined by the type attribute.

type="submit|reset|button"

Identifies the type of button: submit button (the default type), reset button, or custom button (used with JavaScript), respectively.

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