This quiz is worth 0 points. 1. Google Sites makes it very easy to create a website. But it has limitations compared to using Dreamweaver or direct HTML/CSS to create a site. What are these limitations? 2. Dreamweaver and/or direct HTML/CSS allows for a certain type of website to be created. How would you characterize the type of website that can be created? What type of website cannot be created? 3. What does Dreamweaver provide? How does it make it easier to create a website compared to a text editor? 4. What do the following CSS commands specify: h1 {background-color: green} .abc {background-color: green} #abc {background-color: green} 5. A common design guideline is to keep HTML code void of any styling code. Provide an example which breaks that guideline. What is the theory behind such a guideline? 6. You can specify an id for an HTML element. Provide an example of this, and explain the purpose-- why would you do so? 7. You can specify a class for an HTML element. Provide an example of this, and explain the purpose-- why would you do so? Be sure and explain when it is appropriate to specify a class instead of an id. 8. CSS stands for Cascading Style Sheets. What is meant by 'Cascading'? |