HTML/CSS
Across
- 1. A collection of key-value pairs, used to store and manipulate data in JavaScript.
- 4. HTML tag used to create hyperlinks to other pages or resources.
- 7. A CSS layout model used to arrange elements in rows or columns with flexible widths.
- 9. A basic building block of HTML that represents a part of a webpage, like a paragraph or image.
- 10. CSS property that defines the space inside an element, between the content and its border.
- 12. The declaration that defines the document type and version of HTML.
- 14. An HTML element that creates a larger text input area.
- 15. A type of selector in CSS, typically used to apply styles to multiple elements.
- 16. HTML element used to collect user input, such as text fields or buttons.
Down
- 2. HTML element used to organize data in rows and columns.
- 3. CSS property used to control the positioning of an element (static, relative, absolute, fixed).
- 5. HTML element that contains the top part of a web page or section (e.g., logo, title, menu).
- 6. A programming structure in JavaScript that repeats a block of code multiple times.
- 8. A block of code in JavaScript designed to perform a specific task or calculation.
- 9. An action or occurrence (like a click or keypress) that can trigger a JavaScript function.
- 11. A list-like object in JavaScript that can hold multiple values in a single variable.
- 13. Used to target HTML elements and apply styles to them in CSS.