I’m trying to study for my Html / CSS course and I need some help to understand this question.
- Create a 3 page website that follows web convention with the content that you have learned in this lesson’s chapters. This includes setting colors, fonts, and background properties.
- Be sure to have
-
- text*
- images*
- tables*
- video
- audio.
*Control these with CSS when possible.
- Control the look of your navigation with CSS
- Use CSS to control the look and behavior of header, footer, section and article tags.
- Be sure to create inline, internal, and external stylesheets, to control the look and feel of your website.
On the home page, define/explain what each of the below is used for:
- external-css
- using-internal-css
- css-selectors
- cascade
- inheritance
- foreground-color
- background-color
- opacity
- font-family
- font-size
- vertical-align
- text-indent
- link-visited
- hover-active-focus
Use the other pages to practice and demonstrate your CSS skills in a way that fulfills lesson requirements.