
LPI Web Development Essentials
Domain 3Objective 4
033.4 CSS Box Model and Layout (weight: 2) WEB-DEVELOPMENT-ESSENTIALS Practice Questions (Page 6)
Part of the 033 CSS Content Styling domain, which makes up ~25% of our current practice bank. Linux Professional Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~6–10 in this domain), expect 2–3 from this objective — we provide 34 practice questions to prepare you well beyond it. (estimate)
34questions here
7free pages
9concepts
Questions 26–30
- 26
What is the purpose of the CSS float property?
Select an answer first - 27
A navigation bar has a dropdown menu. The developer wants the dropdown to appear over the page content when the user hovers over the parent menu item, without pushing the content below it down. Which `position` value should the dropdown menu use?
Select an answer first - 28
A developer has a flex container with `display: flex`. The container has extra horizontal space, and the design requires the flex items to be evenly distributed with space between them, with the first item flush left and the last item flush right. Which `justify-content` value achieves this?
Select an answer first - 29
A grid container has `display: grid` with `grid-template-columns: 1fr 1fr` and a fixed height of 500px. The two grid items have different content heights. The design requires both items to stretch to fill the full 500px height, regardless of their content. Which property on the grid container achieves this?
Select an answer first - 30
A developer wants to apply a larger font size to a heading only when the viewport is at least 1024px wide. Which media query correctly targets this condition?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Professional Institute. “WEB-DEVELOPMENT-ESSENTIALS” is a trademark of its owner, used for identification only.