Back to All Flashcards
Card 1 of 5 0%
0Hard
0Learning
0Know It
Question
Loading…
Click to reveal answer
Answer
All 5 Cards
#1
Q: What does DOCTYPE HTML do?
A: Tells the browser to render the page in standards mode using HTML5.
#2
Q: CSS Box Model components?
A: Content, Padding, Border, Margin (inside-out).
#3
Q: Difference between display: block and inline?
A: Block takes full width, starts on a new line. Inline wraps in text flow.
#4
Q: What is a CSS media query?
A: @media (max-width: 768px) { } — applies styles at specific screen sizes.
#5
Q: What is semantic HTML?
A: Using meaningful tags (<nav>, <header>, <article>) that describe the content's role.
Explore All 125 Free Decks