Github and SVG Basics

123456789101112131415161718192021222324
Across
  1. 2. git verb for making a copy of an existing repository
  2. 4. Save changes to a named version of a project
  3. 8. Scripting language used for implementing complex behavior on web pages
  4. 10. Attribute used to indicate a shared relationship between HTML elements
  5. 12. Type of sizing indicated by height="50%"
  6. 16. Type of computer that hosts web pages
  7. 17. Web content that changes
  8. 18. SVG element used to draw a rectangle shape
  9. 20. Used to specify unique characteristics of HTML and SVG elements
  10. 21. Semantic coding language for web pages
  11. 22. More formal name for a collection of project files
  12. 24. Version of a code repository stored on the cloud
Down
  1. 1. git verb for requesting file updates from a remote repository
  2. 3. Attribute used to specifiy a procedure that should be invoked when a UI element has changed
  3. 5. Attribute used to specify a unique identifer for an HTML element
  4. 6. Rule-based coding language for specifying styling
  5. 7. An online, social networking interface for version control
  6. 9. Type of graphics that uses formulas to create digital images
  7. 11. Version control software
  8. 13. Version of a code repository stored on your laptop
  9. 14. Window you look through to see an SVG's content
  10. 15. SVG element used to draw a heart shape
  11. 16. Web content that doesn't change
  12. 19. git verb for sending files to a remote repository
  13. 23. Type of graphics that uses individually-colored pixels to create digital images