Introduction to Web Programming 2

1234567891011121314151617181920212223242526
Across
  1. 2. Stores a value or a link to an element of a webpage.
  2. 3. A clickable item that usually causes the web browser to open another webpage when clicked.
  3. 5. Message sent from a browser to the web server.
  4. 7. When content is removed from the web but hyperlinks to the content still exist.
  5. 10. A textual language for describing how a webpage is styled for visual presentation.
  6. 15. A standards organization that manages various internet numbers and symbols.
  7. 16. Specifies styling properties for specific HTML elements.
  8. 18. A web design approach that creates webpages that automatically move and resize parts depending on the display size and orientation.
  9. 19. Number of bytes in the HTTP response's message body.
  10. 24. A protocol suite that governs how data packets are transferred.
  11. 25. A technique to create shorter URLs that redirect to longer URLs.
  12. 26. Message sent from a web server back to a web browser in response to a HTTP request.
Down
  1. 1. The ability of users with disabilities to access and use a webpage with reasonable effort.
  2. 4. An area on a computer's disk where web content can be stored by the web browser for quick retrieval later.
  3. 6. Uses asymmetric public keys to encrypt data between the browser and web server.
  4. 8. A web dev approach that advocates first creating a reduced-feature version of a website for mobile users, then a full-featured website.
  5. 9. A language that runs in a browser, enabling webpage supporting actions.
  6. 11. A named group of statements that can be run by referring to that name.
  7. 12. Physical dimension in pixels of a device's screen.
  8. 13. Identifies the browser making the HTTP request.
  9. 14. The use of AI techniques and access to vast amounts of data to simulate human problem solving.
  10. 17. An identifier for a specific version of a web resource.
  11. 20. A descriptive name surrounded by < and > characters that the web browser uses to display content.
  12. 21. Encrypts HTTP traffic between a browser and web server.
  13. 22. Media type of the HTTP response's message body.
  14. 23. A single HTML structure that is represented with HTML tags.