 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
24-25 Important CSS Information
|
| A | B |
| margin: | Property |
| div | Selector |
| 3px; | Value |
| text-align | Property |
| h1 | Selector |
| color: | Property |
| purple | Value |
| p { | element |
| #para1 { | id selector |
| .center { | class selector |
| * { | universal selector |
| h1, h2, p { | group selector |
| /* Single comments */ | CSS Comment |
| <-- Write your comments --> | HTML Comment |
| CSS | Cascading Style Sheet |
| HTML | Hypertext Markup Language |
| inline css | unique style on just one element |
| internal css | in the <head> section, within a <style> element |
| external css | <link rel="stylesheet" href="styles.css"> |
| declaration block | { ------: ----; } |
|
 |
|
|
|
Teacher |
Lewis School |
| Niceville, FL |
|
|
|
|
|
| |