Practice HTML and CSS MCQs with answers. Tags, attributes, selectors, properties & more — fully solved for web development interviews 2026. These MCQs are perfect for NTS, PPSC, FPSC, CSS, OTS, UPSC, GATE, UGC NET, bank exams, university exams, and job interviews. The bold green option ✅ is the correct answer.
HTML Basics
1. HTML stands for:
a) HyperText Markup Language ✅ b) High Text Machine Language c) Hyper Transfer Markup Language d) Home Tool Markup Language
2. Which tag is used for the largest heading?
a) h1 ✅ b) h6 c) head d) header
3. Which tag creates a hyperlink?
a) link b) href c) a tag ✅ d) url
4. Which tag inserts an image?
a) picture b) photo c) img ✅ d) image
️ HTML Elements
5. Which tag creates an ordered list?
a) ul b) li c) ol ✅ d) list
6. Which tag creates a table?
a) tab b) table ✅ c) grid d) tbl
7. The br tag is used for:
a) Bold text b) Line break ✅ c) Border d) Browser
8. Which tag is for user input forms?
a) input b) field c) form ✅ d) entry
CSS Basics
9. CSS stands for:
a) Cascading Style Sheets ✅ b) Computer Style Sheets c) Creative Style System d) Central Sheet Styles
10. Which CSS property changes text color?
a) font-color b) text-style c) color ✅ d) text-color
11. Which property changes background color?
a) bg-color b) background-color ✅ c) back-color d) color-bg
CSS Selectors
12. CSS class selector starts with:
a) # b) @ c) . (dot) ✅ d) &
13. CSS ID selector starts with:
a) # (hash) ✅ b) . dot c) @ at d) & ampersand
14. Flexbox is used for:
a) Database queries b) Creating flexible responsive layouts ✅ c) Server-side coding d) Image editing
Practice More MCQs
️ Operating System MCQs
Computer Hardware MCQs
Python MCQs
️ SQL MCQs
☕ Java MCQs
❓ Frequently Asked Questions

Leave a Comment