HTML & CSS

Chapter 7: Forms

How Forms Work

Forms

Forms

Checkbox

<input>

Checkboxes allow users to select (and unselect) one or more options in answer to a question.

The name attribute is sent to the server with the value of the option(s) the user selects. When a question provides users with options for answers in the form of checkboxes, the value of the name attribute should be the same for all of the buttons that answer that question.

The value attribute indicates the value sent to the server if this checkbox is checked. checked The checked attribute indicates that this box should be checked when the page loads. If used, its value should be checked .

Forms

Image Button

<input>

type=”image”

Forms

Chapter 14: Lists, Tables & Forms

Article Point Styles

list-style-type

Lists

Lists

Lists

Table Properties

Lists

Lists

JAVASCRIPT

Chapter 6: Events

Events

Events

Events

Events

Events

Events

Events

Events

Events

Events

References:

Main page