Test of styling form elements

This test is still being written...

These form elements are contained within a form element. They should match the following CSS rules:

  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color: yellow;
  background-color: blue;

This image button should be 200px tall:

These form elements are not contained within a form element. They should match the same rules as above.

These form elements are contained within a form element. They should match the following CSS rules:

  font-family: "Monotype.com", Courier, monospace;
  font-weight: bold;
  line-height: 2;
  color: #900;
  background-color: #0F9;

These form elements are not contained within a form element. They should match the same rules as above.

This textarea should be 7em wide and 4em tall:

This textarea should be 14em wide and 2em tall:


Valid HTML 4.0!

(Back to CSS Testing Information, David Baron)

LDB, dbaron@dbaron.org