View CSS code
A CSS project created for the class MPM17.
Pages One, Two, Three,
Group Members:
Cristal Sung
Melissa Palermo
Megan Shier
Jenny Truong
1: What is CSS and how does it work. (How do you use CSS to control the style and layout of multiple Web pages all at once. What is the correct HTML for referring to an external style sheet?)
2: What does the style attribute do and what do declaration, property and values refer to?
3: What is the CSS box model?
4: what is an element? How do you add a background color for all <h1> elements? How do you Set the background color of different elements?
How do you set an image as the background of a page?
5: What is a liquid layout? How do you build a liquid layout with css?
6: What is the difference between inline and block-level elements? How do you use them?
7: How do you size blocks, what do you need to know?
8: Explain the different ways to position elements on the screen. What is CSS floating?