HTML button and form options page.


anchor wi border

Options

border-style:


border-width:


display: block, inline, list-item

Color: black, gray, silver, aqua, blue, navy, teal, lime, green, olive, yellow, red, fuchsia, purple, maroon
Color: #000000, #ff0000, #00ff00, #0000ff
w3.org now supports 147 color names. http://www.w3schools.com/html/html_colornames.asp


  • font-family: Courier, monospace;
  • font-family: serif;
  • font-family: sans-serif;
  • font-family: "Comic Sans MS", "Comic Sans MS Regular", cursive;
  • font-family: fantasy;
  • font-family: "Lydian Cursive BT", "Edwardian Script ITC", "Zapf Chancery Medium BT", "Brush Script MT Italic", "URW Chancery L";
  • font-style: italic;
  • font-style: oblique;
  • font-variant: small-caps;
  • font-weight: bold;
  • font-size: 15pt;
  • font-size: 1.5em;

15 / 27 <sup>15</sup> / <sub>27</sub>

Valid HTML 4.01 Transitional