100%(3)3 out of 3 people found this document helpful
This preview shows page 2 - 5 out of 8 pages.
13. Which CSS property configures the font typeface? a. font-style *b. font-family c. font-type d. font-typeface 14. If you want to style multiple web pages on a web site in the same way, it is best to use: 15. When a web page contains both a link to an external stylesheet and embedded styles, which of the following is true? 16. Which one of the following defines a CSS class selector, RED:
17. Which is the generally preferred method for consistently using styles a. Defined in-line (within tag) b. embedded within HTML *c. linked from external file c. It doesn't make any difference, all are equally-preferred. 18. Which of the following is not an example of a relative unit? % 19. Which of the following is not part of the CSS box element/model. 20. In the style code at the right, ‘h2’ is called a 21. In the style code at the right, ‘Arial’ is called a a. Class b. Selector c. Property *d. Value e. ID 22. Which of the following configures a margin for an element with the following values: left margin 20 pixels, right margin 50 pixels, and a top and bottom margin of 0 pixels? 23. Inline styles are generally discouraged because: