• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back
block-level element
creates boxes that contribute to the layout of the document
border
surrounds the box itself
content
whatever is displayed in a box such as text, images
flexbox
offers flexible layouts for UI design
flexbox item
a box within a flexbox which can be flexible or not
Flexbox Box model
a layout mode for using flexible boxes in user interfaces
grid item
child elements of a grid
grid layout
similar to spreadsheets in that they use columns, rows, and cells, but you can create many different types of layouts that, in the end, don't look like a spreadsheet at all
Grid Layout model
lets you control the design of sections or entire HTML-based documents using CSS3
grid template
like an empty table into which data can be flowed that uses alphabetical characters to represent position of items
inline element
designed for laying out text and don't disrupt the flow of the document
margin
transparent and sits at the outermost edge of a box, providing space between the box and other boxes in the document
media queries
enable you to adapt an HTML document to specific end-user devices
padding
space between the border of an element and its content
parent/child relationship
a parent box can contain one or more boxes
user interface
the portion of a site or application with which the user interacts
vendor prefix
key words surrounded by dashes to accommodate alternative property names while CSS3 is in transition phase