Group 5 Seatwork 5

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