View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

Forms and JS Events

Forms

Froms are used when you want to collect information from visitors. The input information is sent in name/value pairs.

List, Tables & Forms

List markers can be given different appearances using the list-style-type and list-style image properties. Table cells can have different borders and spacing in different browsers. Forms are easier to use if the form controls are vertically aligned using CSS.

list-style-type

Events

<==Back