Frontend

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