Home Programming Kids Programming Hardware & Software Hardware & Networking APP security Software Education Kids Study MCQS Download OTHERS Multiple Choice Question (MCQ) Multiple Choice Question (MCQ) LAW Login

Web Development Multiple Choice Question MCQ

Categories: Development

1. What is web technology?

a) A collection of tools and techniques used to create and deliver content on the World Wide Web

b) A type of software that enables users to access and interact with information on the internet

c) A network of interconnected computers that share information and services

d) A system for storing and retrieving information on the internet

Answer: a


2. Which HTML tag is used to create a hyperlink?

a) <link>

b) <href>

c) <a>

d) <hyperlink>

Answer: c


3. Which of the following is not a web component element?

a) <shadow>

b) <menu>

c) <content>

d) <element>

Answer: b


4. Which of the following programming languages is commonly used for server-side scripting in web development?

a) HTML

b) CSS

c) JavaScript

d) PHP

Answer: d


5. Which of the following is used to read a HTML page and render it?

a) Web server

b) Web matrix

c) Web browser

d) None of the mentioned

Answer: c


6. Which of the following is a popular front-end framework for building user interfaces in JavaScript?

a) Django

b) Angular

c) Flask

d) Node.js

Answer: b


7. What application can one create even before the introduction of HTML5?

a) Forms

b) Browser based games

c) Web applications

d) Mobile applications

Answer: a


8. Which of the following is not associated with web socket communication?

a) https

b) wss

c) http

d) ws

Answer: c


9. Why are Images often used on the webpage?

a) To create graphical buttons or links to other pages

b) To help the webpage load efficiently

c) Webpage cannot run/be displayed without at least one image

d) Because webpage doesn’t support pure text

Answer: a


10. What is DOM?

a) Application programming interface

b) Hierarchy of objects in ASP.NET

c) Convention for representing and interacting with objects in html documents

d) None of the mentioned

Answer: c


11. What are tables in web programming?

a) Display information which are already accessed by the user

b) Containing more number of rows than columns

c) To only store data to be accessed later by the user

d) Display information in rows and columns used to display all manner of data that fits in a grid

Answer: d


12. What does <td> stand for?

a) Table database

b) Table data

c) Table directory

d) Table direct row

Answer: b


13. Which element to used to give title to a table?

a) Caption

b) Headline

c) Title

d) Heading

Answer: a


14. What are Forms in web programming?

a) They are matrices on web page

b) They are used to create Table data and its information

c) They allow you to enter data which can be processed to servers

d) They are the information filled by the server-side

Answer: c


15. What are Frames?

a) They divide a webpage

b) They are the type of borders used for a webpage

c) They are the type of borders used by web browsers

d) They divide the browser into two or more pieces or panes

Answer: d


16. Which HTML tag is used to create an ordered list in a webpage?

a) <ol>

b) <ul>

c) <li>

d) <ol> and <ul>

Answer: a


17. Which font format is used in web pages?

a) EOT

b) WOFF 2.0

c) WOFF

d) SVG Fonts

Answer: c


18. Which HTML tag is used to create a form?

a) <form>

b) <input>

c) <select>

d) <textarea>

Answer: a


19. Which of the following property is used to control the space between the border and content in a table?

a) border

b) padding

c) margin

d) resize

Answer: b


20. Which of the following CSS Property controls how an element is positioned?

a) fix

b) set

c) static

d) position

Answer: d


Web Development Multiple Choice Question MCQ