 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
25-26 Review CSS Styles, Box Model, RGB, Graphics, Comments
|
| A | B |
| inline css | <style> attribute inside HTML elements |
| internal css | <style> element in the <head> section |
| external css | <link> element to link to an external CSS file |
| CSS Box Model-Content | where text and images appear |
| CSS Box Model- Padding | transparent cleared area around the content |
| CSS Box Model- Border | border that goes around the padding and content |
| CSS Box Model- Margin | transparent cleared area around the border |
| rgb color red | rgb(250, 0, 0) |
| rgb color green | rgb(0, 250, 0) |
| rgb color blue | rgb(0, 0, 250) |
| hexdecimal red | #ff0000 |
| hexdecimal green | #00ff00 |
| hexdecimal blue | #0000ff |
| hexdecimal white | #ffffff |
| hexdecimal black | #000000 |
| <canvas> | element is used to draw graphics |
| <svg> | Scalable Vector Graphics |
| CSS | Cascading Style Sheets |
| HTML | Hypertext Markup Language |
| CSS Comment | /* This is a single-line comment */ |
| HTML Comment | <!--Comments are not displayed in the browser--> |
|
 |
|
|
|
Teacher |
Lewis School |
| Niceville, FL |
|
|
|
|
|
| |