Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views8 pages

MCQ Questions Web Programming and Basics

The document is a multiple-choice question bank focused on web and programming basics, containing 30 questions with correct answers indicated. It covers topics such as HTML, CSS, JavaScript, and web development tools. Each question requires selecting two correct answers from a list of options.

Uploaded by

junnedishifa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views8 pages

MCQ Questions Web Programming and Basics

The document is a multiple-choice question bank focused on web and programming basics, containing 30 questions with correct answers indicated. It covers topics such as HTML, CSS, JavaScript, and web development tools. Each question requires selecting two correct answers from a list of options.

Uploaded by

junnedishifa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

MCQ Question Bank – Web & Programming Basics

(Choose two correct answers for each)

1. Which of the following are valid HTML list types?

A) Ordered List

B) Unordered List

C) Bullet List

D) Linear List

✅ Correct Answers: A, B

2. Which of these are valid CSS selectors?

A) .class

B) #id

C) !important

D) @css

✅ Correct Answers: A, B

3. Which of the following are examples of web browsers?

A) Chrome

B) Internet Explorer

C) File Explorer

D) Edge

✅ Correct Answers: A, B

4. Which of the following are programming languages?

A) JavaScript

B) CSS
C) Python

D) HTML

✅ Correct Answers: A, C

5. Which CSS properties can be used for styling text?

A) font-size

B) text-align

C) image-style

D) font-color

✅ Correct Answers: A, B

6. Which HTML tags are used to create a table?

A) <table>

B) <tr>

C) <body>

D) <meta>

✅ Correct Answers: A, B

7. Which of the following are semantic HTML tags?

A) <article>

B) <section>

C) <font>

D) <center>

✅ Correct Answers: A, B

8. Which CSS units are relative?

A) em

B) %
C) px

D) cm

✅ Correct Answers: A, B

9. Which of these are block-level elements in HTML?

A) <div>

B) <p>

C) <span>

D) <img>

✅ Correct Answers: A, B

10. Which tags are used for adding images or links?

A) <img>

B) <a>

C) <div>

D) <br>

✅ Correct Answers: A, B

11. Which are valid types of CSS?

A) Inline CSS

B) Internal CSS

C) General CSS

D) Plugin CSS

✅ Correct Answers: A, B

12. Which are scripting languages used in web development?

A) JavaScript

B) PHP
C) CSS

D) HTML

✅ Correct Answers: A, B

13. Which input types are available in HTML forms?

A) text

B) password

C) image-box

D) form-data

✅ Correct Answers: A, B

14. Which are valid CSS color formats?

A) Hex (#0000FF)

B) rgb(255,0,0)

C) color-code

D) shade()

✅ Correct Answers: A, B

15. Which are examples of front-end technologies?

A) HTML

B) CSS

C) SQL

D) Node.js

✅ Correct Answers: A, B

16. Which of the following can create comments in HTML?

A) <!-- comment -->

B) /**/
C) //

D) /* comment */

✅ Correct Answers: A, C

17. Which are used to style web pages?

A) CSS

B) Bootstrap

C) Python

D) SQL

✅ Correct Answers: A, B

18. Which elements are used for grouping content?

A) <div>

B) <span>

C) <ul>

D) <li>

✅ Correct Answers: A, B

19. Which are valid CSS display values?

A) block

B) inline-block

C) flexbox

D) show

✅ Correct Answers: A, B

20. Which are valid heading tags in HTML?

A) <h1>

B) <h6>
C) <h7>

D) <head>

✅ Correct Answers: A, B

21. Which of the following are HTML attributes?

A) href

B) src

C) color

D) width()

✅ Correct Answers: A, B

22. Which languages are used for backend development?

A) PHP

B) Python

C) CSS

D) HTML

✅ Correct Answers: A, B

23. Which of these are version control systems?

A) Git

B) GitHub

C) DevTools

D) VS Code

✅ Correct Answers: A, B

24. Which tools can be used to inspect web pages?

A) Developer Tools (Inspect)

B) Firebug
C) File Manager

D) Registry Editor

✅ Correct Answers: A, B

25. Which are form elements in HTML?

A) <input>

B) <select>

C) <text-style>

D) <bold>

✅ Correct Answers: A, B

26. Which tags are used to create lists?

A) <ol>

B) <ul>

C) <li>

D) <ls>

✅ Correct Answers: A, B

27. Which CSS properties deal with layout spacing?

A) margin

B) padding

C) spacing-rule

D) gap-line

✅ Correct Answers: A, B

28. Which tags are used to create headings in HTML?

A) <h1>

B) <h2>
C) <heading>

D) <title>

✅ Correct Answers: A, B

29. Which HTML5 features support audio and video?

A) <audio>

B) <video>

C) <multimedia>

D) <av>

✅ Correct Answers: A, B

30. Which of these are valid HTML doctype declarations?

A) <!DOCTYPE html>

B) <!doctype HTML5>

C) <!doctype xml>

D) <!HTML!>

✅ Correct Answers: A, B

You might also like