Session 5 Style Web Pages Using CSS

123456789101112131415161718192021222324252627282930
Across
  1. 3. The default color for a hyperlink that has been visited is ___.
  2. 5. Absolute positioning changes the ___ of elements below the element being positioned.
  3. 7. Inline is the default setting of the ___ property, which defines a given element's rendering box.
  4. 11. The ___-___ property can move text to the bottom of an element.
  5. 13. A font-family property should have at least one ___ ___ font. (all one word in puzzle)
  6. 14. Relative positioning can be used to shift elements in a relation to their normal ___ location.
  7. 18. The ___-___ property controls the levelness of bold on text.
  8. 20. ___ control gaps between objects while ___ controls the gaps between the edges of an object and text inside of it. (all one word in puzzle)
  9. 22. ___, none, right, and left are valid values used in setting the float property.
  10. 23. The more ___ a layout, the less fluid the layout is across multiple devices.
  11. 25. Hexadecimal colors have better support across browsers than do ___ colors.
  12. 26. In using CSS to control your overall page layouts, the max-width property takes precedence over the ___ property.
  13. 28. A ___ query can change style sheets according to screen width.
  14. 29. 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.
  15. 30. The alignment for a block element's inner content can be controlled with the ___-___ property.
Down
  1. 1. If a border width is not set, a ___ will determine the border width.
  2. 2. A border style that is not supported in a browser will make a border ___.
  3. 4. The font-style property can be used to italicize text, but the property will not make text ___.
  4. 6. Using shorthand to set margins sets them in the following order ___, ___, ___ and ___. (all one word in puzzle)
  5. 8. Backgrounds are typically set using either a color or a(n)___.
  6. 9. Using percentages for measurements helps one to avoid having to ___ left to right to view a webpage.
  7. 10. The max-width property can help fix fluid measurements on screens with a very large ___.
  8. 12. Setting the overflow property helps control what happens when extra content breaks out of an element's ___ area.
  9. 15. The ___-___ property controls the first line text indent in a paragraph.
  10. 16. The text-decoration property determines whether an element is ___.
  11. 17. To optimize pages for a variety of devices, use a ___ tag with a viewport setting to instruct the browser on how to adjust the page's scaling and dimensions.
  12. 19. In HTML, colors are often assigned using ___ values instead of names.
  13. 21. A framework can be created or ___ from a third party.
  14. 24. The ___ measurement is equivalent to the font size being used.
  15. 27. To make an object invisible, set its visibility property to ___.