Web Development Quiz (6) Test your knowledge on web development with this fun quiz! From HTML to CSS to JavaScript, this quiz covers it all. remus2009 published on May 02 Stacked 1/10 What does HTML stand for? Hyper Text Markup Language Hyperlinks and Text Markup Language Home Tool Markup Language Happy Text Making Language 2/10 Which language is used for styling web pages? C++ CSS Python JavaScript 3/10 What is the primary purpose of JavaScript? Make websites look pretty Add interactivity to websites Store data in databases Style web pages 4/10 Which tag is used for creating a hyperlink in HTML? <a> <h1> <div> <p> 5/10 What does CSS stand for? Computer Style Sheets Colorful Style Sheets Cascading Style Sheets Cute Style Sheets 6/10 Which of the following is NOT a programming language? Python CSS Java HTML 7/10 What is the purpose of a CSS framework? Create animations on a website Provide pre-built styles and templates Make websites interactive Store data on the server 8/10 Which function is used to print output in JavaScript? alert() print() write() console.log() 9/10 What is the correct way to include an external JavaScript file in HTML? <script src='script.js'></script> <link rel='stylesheet' href='styles.css'> <div class='container'></div> <title>Welcome</title> 10/10 Which of the following is NOT a front-end framework? React Angular Node.js Vue.js