Basic Styling in Webpages Flashcards

1
Q

last lesson

A
  • importance of testing HTML
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

this lesson

A
  • adding style to html
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The type of CSS covered in this lesson was which of the following?

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