Html Chapter 8 Review

123456789101112131415161718
Across
  1. 1. With an embedded style sheet, you add the style sheet within the <____> tags of the HTML doc to define the style for an entire Web page.
  2. 3. A(n) ____________________ font is one that is slated to the right by the browser.
  3. 4. ____ is a language that allows a Web developer to enhance the display capabilities of HTML.
  4. 6. CSS is an acronym for ____________________.
  5. 11. The property that allows you to define a font to use for a web page.
  6. 13. Family, size, style, variant, and weight options can be controlled within the ____ property.
  7. 14. ______ style sheet allows you to changes the style within an individual HTML tag.
  8. 15. ____ style sheets give Web developers the most flexibility and are ideal to give all Web pages the same look.
  9. 17. The part of the style statement that identifies the page elements is called the ____.
Down
  1. 1. You can define the style of a link when the mouse pointer points to, or ____________________, over the link.
  2. 2. Color, text-indent, border-width, and font-style are examples of ____..
  3. 5. Any word can be used as a classname, as long as it does not contain ____________________.
  4. 7. Rule that defines the appearance of an element on a Web page, it's made up of a selector and declaration.
  5. 8. The ____ is the part of the style statement that identifies how the elements should display.
  6. 9. The ____________________ value of the text-decoration property places a line through the middle of the text.
  7. 10. Code Within the style tag container that Web developers use to ensure that proper action is taken if a browser does not support CSS.
  8. 12. The ____________________ value of the text-decoration property causes the text to blink on and off.
  9. 16. In order to link a style sheet to a Web page, the <link> tag must use “text/css” as the value for the ____ property.
  10. 18. In order to gain more control over the style of particular elements, Web developers can divide an HTML file into categories, or ____________________.