Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Professional Institute logo

LPI Web Development Essentials

Domain 3Objective 4

033.4 CSS Box Model and Layout (weight: 2) WEB-DEVELOPMENT-ESSENTIALS Practice Questions (Page 4)

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 16–20

  1. 16foundation · easy

    In the CSS box model, which area is the outermost layer that separates an element from its neighboring elements?

    Select an answer first
  2. 17application · medium

    A responsive site uses a 12-column grid. On a desktop, a sidebar takes 4 columns and the main content takes 8 columns. On a tablet, the developer wants the sidebar to appear above the main content, each taking the full width. Which CSS approach achieves this?

    Select an answer first
  3. 18application · medium

    A container `<div>` has a floated child element inside it. The container's background color does not extend to cover the floated child, and the container collapses to zero height. Which CSS fix makes the container properly contain the floated child?

    Select an answer first
  4. 19application · medium

    A developer needs to build a photo gallery where images are arranged in a 3-column layout, and each row should have equal height regardless of the image aspect ratios. Which CSS layout approach directly supports both the two-dimensional grid and equal-height rows?

    Select an answer first
  5. 20expert · medium

    A two-column layout uses `float: left` on both the sidebar and the main content. The footer that follows appears beside the floated columns instead of below them. The developer cannot modify the HTML. Which CSS-only fix forces the footer to start below both floated columns?

    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.