HTML CSS Flashcards
What element to use to create SuperScript and Subscript
sup & sub element
Name three different types of values you can use to specify colors in CSS.
Name
RGB
Hex Codes
What are three important considerations for choosing fonts?
Readability
Tone and Message
Cross-Browser and Cross-Device Issues
Why must you have backup fonts assigned when selecting custom fonts?
In case fonts are missing
void default
What CSS properties make up the box model?
margins
borders
padding.
Which CSS property pushes boxes away from each other?
margin
Which CSS property pushes box content away from its border?
padding
What are 3 examples of what can be done with CSS transitions?
rotate, scale, time delay
Why might transitions be a helpful effect for styling?
Create animation to improve user experiences
what does transform property do?
adjust how element present on the page
How do block-level elements affect the document flow?
occupied the entire line
How do inline elements affect the document flow?
take regular space as needed
What are the default width and height of a block-level element?
auto 100%
What are the default width and height of an inline element?
auto auto
What accessibility considerations must be considered when choosing HTML elements?
using correct elements for screen reader.
eg. em strong thead tbody