Review Questions for Module X20b: Getting Started with CSS ===================================== OBJECTIVES ---------- A. Identify the different components of a style rule; B. List document heading entities; C. Explain the purpose of paragraph and break entities; D. Explain the purpose of blockquote and preformatted entities; E. Describe the application of in-line styles; F. Differentiate block entities from inline entities; G. Identify basic styles for formatting text and backgrounds; H. Identify correct syntax for style rules. QUESTIONS --------- 1. What are the six document heading entities? 2. What is the purpose of paragraph and break entities? 3. What is the purpose of blockquote and preformatted entities? 4. What is the difference between block entities and inline entities? 5. Where are in-line styles used in Web documents? 6. List at least three basic styles for formating text with CSS: 7. List at least three basic styles for formating backgrounds with CSS: 8. What are the components of a style rule? 9. Write an example of a style rule: 10. What is the purpose of the "break" entity? 11. What is the purpose of the "preformatted" entity? ANSWERS ------- 1. ...Answer:
allows text to be displayed as it appears in the code, without word-wrap. [X20bD2s]