CSS Basics, Part 1 Flashcards

1
Q

last lesson

A
  • artistic aspects of website development
  • how websites should look
  • things to avoid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

this lesson

A
  • code aspect of how our website’s appear

- look at internal & external approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3 approaches to CSS

A
  • inline: using the style attribute in HTML elements (worst approach)
  • internal: using a element in <head> section
  • external: using an external CSS file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is the proper way to declare Internal CSS?

A

CSS goes here

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the appropriate way to link to an external stylesheet called “styles.css”?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly