Across
- 1. The font-style property can be used to italicize text, but the property will not make text__________. [Font-Style]
- 5. The line-height property can be set using several different units including__________, centimeters, percentages, and others. [Line Height]
- 6. With CSS Grids, developers can take far greater control over how their content displays across__________. [Grids]
- 7. __________control gaps between objects while padding controls the gaps between the edges of an object and text inside of it. [Box Model Padding]
- 10. A media query can change style sheets according to screen__________. [Media Query]
- 11. Relative positioning can be used to shift elements in relation to their normal__________location. [Relative Positioning]
- 13. For setting colors for borders, one can use a hexadecimal color or a__________color. [Border-Color]
- 15. To make an object invisible, set its visibility property to__________. [Visibility]
- 17. The property can move text to the bottom of an element. [Text-Alignment]
- 18. The max-width property can help fix fluid measurements on screens with a very large__________. [Max-Width Property]
- 19. The__________property can change text to be in the Small Caps style, meaning lowercase letters are in an uppercase style with a slightly reduced size. [Font Variant]
- 22. Letter spacing sets the space between__________in a word. [Letter-Spacing, Word-Spacing]
- 23. The__________measurement is equivalent to the font size being used. [Units of Measure]
- 24. __________elements render the full width of a page and will always render on their own lines. [Display]
- 26. __________colors have better support across browsers than do named colors. [Working with Colors]
- 29. Using percentages for measurements helps one to avoid having to__________left to right to view a webpage. [Percentages and Pixels]
- 30. The best way to take control over layouts on a webpage is through a combination of__________tags and ids and then to use styles on those ids. [Height and Width
- 31. If a border width is not set, a__________will determine the border width. [Border-Width]
- 33. The text-decoration property determines whether an element is__________. [Text-Decoration]
- 34. Backgrounds are typically set using either a color or an__________. [Backgrounds]
- 35. The alignment for a block element’s inner content can be controlled with the__________property. [Alignment]
- 37. Absolute positioning changes the__________of elements below the element being positioned. [Absolute Positioning]
Down
- 2. Inline is the default setting of the__________property, which defines a given element’s rendering box. [Inline vs. Block]
- 3. A framework can be created or__________from a third party. [Frameworks and Templates]
- 4. The__________property controls the first line text indent in a paragraph. [Indentation]
- 8. Setting the overflow property helps control what happens when extra content breaks out of an element’s__________ area. [Overflow Settings]
- 9. In HTML, colors are often assigned using__________values instead of names. [Color]
- 12. Word-wrap is a CSS property that tells a browser how to display long words that over-extend their__________element. [Word-wrap]
- 14. In using CSS to control your overall page layouts, the max-width property takes precedence over the__________property. [Max-Width Used with an Element]
- 16. The default color for a hyperlink that has been visited is. [Link Colors]
- 19. The more__________a layout, the less fluid the layout is across multiple devices. [Divs]
- 20. __________, none, right, and left are valid values used in setting the float property. [Float Positioning]
- 21. A font-family property should have at least one__________font. [Font-Family]
- 25. The font-weight property controls the levelness of__________on text. [Font-Weight]
- 27. Users can access the__________tools to see the default position for elements on a webpage. [Static]
- 28. Fixed positioning is like__________positioning in that it removes an element from the natural flow of the page. [Fixed]
- 32. To optimize pages for a variety of devices, one can use a__________tag with a viewport setting to instruct the browser on how to adjust the page’s scaling and dimensions. [Viewport]
- 36. A border style that is not supported in a browser will make a border__________. [Border-Style]
