Web Development Quiz (3) Test your knowledge of web development with these twelve questions. See if you can answer all 12 questions correctly rihanna80 published on December 30, 2023 Stacked 1/12 What does HTML stand for? Hypertext Markup Language Hyperlink and Text Markup Language Hypermedia Text Markup Language Home Text Markup Language 2/12 Which programming language is used for web development? Java C++ JavaScript Python 3/12 What does CSS stand for? Computer Styling System Cascading Style Sheets Creative Styling System Coded Style Sheets 4/12 Which of the following is NOT a frontend framework? React Angular Node.js Vue.js 5/12 What is the purpose of a media query in responsive web design? To handle server-side requests To apply different styles based on device characteristics To compress image files on the server To manage user authentication 6/12 What is the default display value of a <div> element in CSS? inline block block-level inline-block 7/12 Which of the following is NOT a commonly used database in web development? MySQL SQLite PostgreSQL MongoDB 8/12 What does API stand for? Application Programming Interface Application Package Integration Automated Programming Interface Advanced Protocol Interface 9/12 Which of the following tags is used to define an unordered list in HTML? <ol> <li> <ul> <dl> 10/12 What is the correct syntax for a JavaScript comments? /* Comment */ // Comment <!-- Comment --> # Comment 11/12 What does AJAX stand for? Advanced JavaScript and XML Asynchronous JavaScript Object Notation Asynchronous JavaScript and XML Active JavaScript and XML 12/12 Which HTTP method is used to retrieve data from a server? GET POST PUT DELETE