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