Basic Styling in Webpages Flashcards
1
Q
last lesson
A
- importance of testing HTML
2
Q
this lesson
A
- adding style to html
3
Q
cascading style sheets
A
- Cascading Style Sheets = CSS
- Inline: Can be messy & hard to use
- Internal: Using a element in section
- External: Using an external CSS file (best form of CSS)
4
Q
example
A
- <h1> (makes heading blue)
</h1> - style=”font-size:120%;” (increases font, gets bigger with larger percentage)
- color is name or key and blue is the value</h1>
5
Q
The type of CSS covered in this lesson was which of the following?
A
- Inline