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