CSS Basics, Part 1 Flashcards
1
Q
last lesson
A
- artistic aspects of website development
- how websites should look
- things to avoid
2
Q
this lesson
A
- code aspect of how our website’s appear
- look at internal & external approach
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
4
Q
Which of the following is the proper way to declare Internal CSS?
A
CSS goes here
5
Q
What is the appropriate way to link to an external stylesheet called “styles.css”?
A