Web Design

123456789101112131415161718192021222324252627282930313233343536
Across
  1. 3. CSS selector that is used for a singular tag/element
  2. 6. symbol used in CSS rules to select more than one tag
  3. 8. what the TD tag creates
  4. 9. tag used to bold text
  5. 13. number of heading tags available for use
  6. 14. a tag inside another tag is its ___
  7. 15. in CSS - select by ___
  8. 17. tag containing metadata about the HTML page
  9. 18. semantic tag frequently used at the top of the page
  10. 21. CSS property with values such as Arial, Times New Roman, Comic Sans
  11. 23. added inside opening tags to tell us more information about the tag itself
  12. 25. the HT in HTML
  13. 26. what the TH tag creates
  14. 27. semantic tag frequently used at the bottom of a page
  15. 28. tag that contains all other tags
  16. 29. CSS property used to change the transparency of an element
  17. 30. pseudo-class for when a link has been clicked
  18. 33. tag that contains the content of your page
  19. 35. in terms of relation, the head and body tags are ___ of the html tag
Down
  1. 1. a numbered list
  2. 2. the second S in CSS
  3. 4. CSS selector that can apply to multiple types of tags
  4. 5. the M in HTML
  5. 6. the C in CSS
  6. 7. a bulleted list
  7. 10. CSS property with values such as dotted, dashed, solid
  8. 11. tag and attribute used to insert a link
  9. 12. the L in HTML
  10. 16. symbol used in CSS rules to select an immediate child
  11. 19. what the TR tag creates
  12. 20. pseudo-class for when mouse moves over an element
  13. 22. tag used to embed a window to an outside site or video
  14. 23. pseudo-class for when an element is currently being clicked on
  15. 24. CSS property with values such as left, right, center
  16. 31. the first S in CSS
  17. 32. tag and attribute used to insert an image
  18. 34. symbol separating a CSS selector and a pseudo-class
  19. 36. tag used to create a horizontal line