How to Change the Fieldset Color
Just as the name implies, a fieldset is a set of information fields developed within a HTML format. When designing a fieldset the developer must take a few aspects of style into consideration: the border color, the color of the fields and the background color. These specifications can be set by implementing a cascading style sheet (CSS) where all of the fieldset style characteristics are bundled together. The CSS is also convenient because it will ensure uniformity throughout the page without making the developer type in the style specifications each time there is a fieldset to design.
Instructions
-
- 1
- 2
-
- 3
- 4
- 5
Tips & Warnings
Make sure to check your syntax. A minor mistype and the results might not show up Make sure the style sheet is between the head and style tags.