The object of this assignment is to adjust the colors, font sizes, and font families of a document.
Go to http://evc-cit.info/cit040/basic_styles.html, view the source, and copy and paste the source into a blank document.
Make the words “magenta” and “fuchsia” show up in color magenta.
Make the words “blue text” show up in blue.
Make the entire third paragraph show up in dark red (color
#880000), with a font size of 24 point.
Make the entire fourth paragraph have a background of dark gray
rgb(30%, 30%, 30%) and a text color of yellow.
In the fifth paragraph, make the words “big $$$” show up at twice the normal size. Make the dollar signs appear in green.
Make the words “fancy invitation” appear in the Lucida Calligraphy font.
Change the background color of the entire page to pale goldenrod
rgb(238, 232, 170). The font for the entire page will
be Century; if that font does not exist, it will
be Georgia; if that font does not exist, it will be
a plain serif font, in 10 point size. Do this
by applying a style attribute to the
opening <body>
tag.
Use the validator at http://validator.nu to make sure that your HTML document is valid.