Across
- 2. What is the technical term used to describe dialogs that block all interaction with the rest of the web page until they are dismissed?
- 4. What do you call the process of moving, reordering, or repositioning HTML elements dynamically in a web page?
- 5. It is the JavaScript property used to directly change the CSS style of an element.
- 7. What attribute in JavaScript returns a string containing the class names of an element?
- 10. The top-level JavaScript object that represents the browser window or tab.
- 12. Which HTML tag is described as a non-blocking alternative specifically designed for creating semantic and accessible modals in modern web development?
- 16. Which JavaScript DOM method is used to insert a new element at the beginning of its parent element?
- 18. The window method that repeatedly executes a function at specified intervals of time.
- 20. The JavaScript property used to replace the current content of an element with plain text (ignoring HTML tags).
Down
- 1. What programming language can access browser information and web page elements?
- 3. Which JavaScript method is used to insert a node as the last child of a parent node, effectively moving an element to the end?
- 6. Represents the current HTML document.
- 8. useful for redirects, reloading, or retrieving the current URL.
- 9. What is the technical name for the tree-structure model of a web page that must be manipulated directly when using pure JavaScript for element rearrangement?
- 11. In jQuery, this method is used to show or hide an element depending on its current visibility state.
- 13. The jQuery method used to add a new element at the end of a parent element.
- 14. What specific value is returned to JavaScript when the user dismisses an alert() box?
- 15. helps detect browser type, version, or online status.
- 17. What type of pop-up box is used to gather specific, usually short, textual data from the user?
- 19. Access to browser history
