Java Games: Flashcards, matching, concentration, and word search.

25-26 Review CSS Styles, Box Model, RGB, Graphics, Comments

AB
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-Contentwhere text and images appear
CSS Box Model- Paddingtransparent cleared area around the content
CSS Box Model- Borderborder that goes around the padding and content
CSS Box Model- Margintransparent cleared area around the border
rgb color redrgb(250, 0, 0)
rgb color greenrgb(0, 250, 0)
rgb color bluergb(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
CSSCascading Style Sheets
HTMLHypertext Markup Language
CSS Comment/* This is a single-line comment */
HTML Comment<!--Comments are not displayed in the browser-->


Teacher
Lewis School
Niceville, FL

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities