HTML & CSS

123456789101112131415161718192021222324252627282930
Across
  1. 3. main code language used to build the structure and content of web pages
  2. 9. tags that clearly describe what kind of content is inside them to help humans and screen readers
  3. 11. exact rules for spelling and layout that code must follow to work properly
  4. 12. CSS settings that control how text looks including size and lettering style
  5. 13. special name starting with a hashtag used to style one single unique element
  6. 18. backup plan in code that runs automatically if the first check fails
  7. 19. CSS property used to change the color of words on a screen
  8. 21. comfortable space added inside an element to keep text away from its edges
  9. 22. single building block on a web page made of an opening tag text and closing tag
  10. 23. CSS layout system that organizes content into clean rows and columns
  11. 24. act of designing and writing software programs or apps for computers
  12. 25. text tags from H1 to H6 used to make big bold titles and section headings
  13. 26. 3D graphics style made of simple flat shapes for a retro blocky look
  14. 28. blank space added on the outside of an element to push other things away
  15. 30. finding and fixing mistakes or errors in your computer code
Down
  1. 1. tag represented by IMG that puts a picture onto a web page
  2. 2. CSS layout tool that makes it easy to line up objects in a row or column
  3. 4. design method that makes websites resize nicely on phones tablets and computers
  4. 5. part of CSS code that tells the computer which element to style
  5. 6. setting name in CSS like width or height that you want to change
  6. 7. piece of code inside angle brackets that marks the start or end of an element
  7. 8. named block of code that does one specific job whenever you call its name
  8. 10. rule in code that checks if something is true before running an action
  9. 14. top section of a web page that usually shows the title logo or menu
  10. 15. tag represented by P that holds a block of plain text
  11. 16. hidden part of a web page code that holds important info like the page title
  12. 17. section at the very bottom of a web page that holds links or contact info
  13. 20. using code like an art tool to make visuals animations or interactive art
  14. 27. code element that connects a web page to an outside file or another website
  15. 29. color system that mixes Red Green and Blue light to make any color on a screen