HTML/CSS

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