Across
- 3. An HTML element that allows users to interact with the page, typically used to trigger actions.
- 6. A stylesheet language used to describe the presentation of a web page.
- 8. A JavaScript library for building user interfaces, especially for single-page applications.
- 11. A programming language used to create dynamic and interactive content on websites.
- 12. A reusable piece of code in React that can manage its own state and render UI.
- 13. The attribute used to define the appearance of an HTML element, often using CSS
Down
- 1. An HTML element used to link one page to another or an external resource, typically created with the <a> tag.
- 2. A block of code designed to perform a particular task in JavaScript.
- 4. Short for "properties," props are inputs to a component that allow it to receive data.
- 5. The fundamental building blocks of HTML, used to define elements like paragraphs, headings, and links.
- 7. An HTML element used to collect user input and submit it to a server.
- 9. An action that occurs in the system, such as clicking a button, which React can listen for and respond to.
- 10. The standard markup language used to create web pages.
